Searched refs:WAIT_ANY (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/posix/ |
D | wait.c | 25 return __waitpid (WAIT_ANY, stat_loc, 0); in __wait()
|
D | wait3.c | 29 return __wait4 (WAIT_ANY, stat_loc, options, usage); in __wait3()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | wait3.c | 26 return __wait4_time64 (WAIT_ANY, stat_loc, options, usage); in __wait3_time64()
|
/glibc-2.36/posix/sys/ |
D | wait.h | 87 # define WAIT_ANY (-1) /* Any process. */ macro
|
/glibc-2.36/manual/ |
D | process.texi | 579 value of @code{-1} or @code{WAIT_ANY} requests status information for 644 @item WAIT_ANY 726 pid = waitpid (WAIT_ANY, &status, WNOHANG);
|
D | job.texi | 822 pid = waitpid (WAIT_ANY, &status, WUNTRACED|WNOHANG); 838 pid = waitpid (WAIT_ANY, &status, WUNTRACED);
|
D | signal.texi | 1694 pid = waitpid (WAIT_ANY, &w, WNOHANG | WUNTRACED);
|