Searched refs:WNOHANG (Results 1 – 15 of 15) sorted by relevance
/glibc-2.36/posix/ |
D | tst-wait-skeleton.c | 92 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, NULL); in do_test_wait() 99 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 106 ret = WAIT_CALL (pid, NULL, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 108 ret = WAIT_CALL (pid, NULL, WUNTRACED|WCONTINUED|WNOHANG, NULL); in do_test_wait() 120 ret = WAIT_CALL (pid, &wstatus, WCONTINUED|WNOHANG, NULL); in do_test_wait() 125 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WCONTINUED|WNOHANG, &rusage); in do_test_wait() 140 ret = WAIT_CALL (pid, &wstatus, WUNTRACED|WNOHANG, &rusage); in do_test_wait() 153 ret = WAIT_CALL (pid, &wstatus, WCONTINUED|WNOHANG, NULL); in do_test_wait()
|
D | tst-waitid.c | 95 fail = waitid (P_PID, pid, &info, WEXITED|WCONTINUED|WNOHANG); in do_test_waitd_common() 105 fail = waitid (P_PID, pid, &info, WSTOPPED|WNOHANG); in do_test_waitd_common() 150 fail = waitid (P_PID, pid, &info, WCONTINUED|WNOHANG); in do_test_waitd_common() 215 fail = waitid (type, pid, &info, WEXITED | WNOHANG); in do_test_waitd_common()
|
D | wordexp.c | 929 buflen == 0 ? 0 : WNOHANG)) in exec_comm() 964 buflen == 0 ? 0 : WNOHANG)) in exec_comm()
|
/glibc-2.36/support/ |
D | support_subprocess.c | 133 killed = xwaitpid (pid, &status, WNOHANG|WUNTRACED); in support_process_kill() 156 pid_t killed = xwaitpid (proc->pid, &status, WNOHANG|WUNTRACED); in support_process_terminate()
|
D | support_test_main.c | 133 killed = waitpid (test_pid, &status, WNOHANG|WUNTRACED); in signal_handler()
|
/glibc-2.36/conform/data/sys/ |
D | wait.h-data | 6 constant WNOHANG 25 constant WNOHANG
|
/glibc-2.36/bits/ |
D | waitflags.h | 25 #define WNOHANG 1 /* Don't block waiting. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | waitflags.h | 25 #define WNOHANG 1 /* Don't block waiting. */ macro
|
/glibc-2.36/manual/ |
D | process.texi | 595 @code{WNOHANG} and @code{WUNTRACED} flags. You can use the 596 @code{WNOHANG} flag to indicate that the parent process shouldn't wait; 614 if the @code{WNOHANG} option was specified, @code{waitpid} will return 661 @item WNOHANG 726 pid = waitpid (WAIT_ANY, &status, WNOHANG);
|
D | job.texi | 742 calling @code{waitpid} with the @code{WNOHANG} option. A good place to 822 pid = waitpid (WAIT_ANY, &status, WUNTRACED|WNOHANG);
|
D | signal.texi | 1694 pid = waitpid (WAIT_ANY, &w, WNOHANG | WUNTRACED);
|
/glibc-2.36/conform/data/ |
D | stdlib.h-data | 24 constant WNOHANG
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 5601 return zero to indicate no children died yet (assuming WNOHANG).
|
D | ChangeLog.19 | 30669 WNOHANG in waitpid call.
|
D | ChangeLog.18 | 3443 (WNOHANG): Likewise. 45762 [POSIX] (WNOHANG): Likewise.
|