Query: filter_wait
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
filter_wait(3) util/filter.h filter_wait(3)NAMEfilter_wait - wrap waitpid to decode the exitcode and why your filter quitSYNOPSIS#include <util/filter.h> NEOERR *filter_wait(pid_t pid, int options, int *exitcode);ARGUMENTSpid -> the process identifier to wait for options -> the options to pass to waitpid (see wait(2))DESCRIPTIONfilter_wait wraps the waitpid call and raises an error (with description) if the call failed. Note that if the ask for the exitcode and the process exited with a code other than zero, we don't raise an error. If you don't ask for the exitcode, and it is non-zero, we raise an errorRETURN VALUEexitcode -> the exitcode if the process existed normallySEE ALSOfilter_wait(3), filter_create_fp(3), filter_create_fd ClearSilver 12 July 2007 filter_wait(3)
Related Man Pages |
---|
waitpid(3c) - opensolaris |
filter_create_fd(3) - debian |
pcntl_waitpid(3) - php |
waitpid(3c) - plan9 |
waitpid(3c) - minix |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Weird 'find' results |