Home
last modified time | relevance | path

Searched refs:WNOHANG (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/posix/
Dtst-wait-skeleton.c92 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()
Dtst-waitid.c95 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()
Dwordexp.c929 buflen == 0 ? 0 : WNOHANG)) in exec_comm()
964 buflen == 0 ? 0 : WNOHANG)) in exec_comm()
/glibc-2.36/support/
Dsupport_subprocess.c133 killed = xwaitpid (pid, &status, WNOHANG|WUNTRACED); in support_process_kill()
156 pid_t killed = xwaitpid (proc->pid, &status, WNOHANG|WUNTRACED); in support_process_terminate()
Dsupport_test_main.c133 killed = waitpid (test_pid, &status, WNOHANG|WUNTRACED); in signal_handler()
/glibc-2.36/conform/data/sys/
Dwait.h-data6 constant WNOHANG
25 constant WNOHANG
/glibc-2.36/bits/
Dwaitflags.h25 #define WNOHANG 1 /* Don't block waiting. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dwaitflags.h25 #define WNOHANG 1 /* Don't block waiting. */ macro
/glibc-2.36/manual/
Dprocess.texi595 @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);
Djob.texi742 calling @code{waitpid} with the @code{WNOHANG} option. A good place to
822 pid = waitpid (WAIT_ANY, &status, WUNTRACED|WNOHANG);
Dsignal.texi1694 pid = waitpid (WAIT_ANY, &w, WNOHANG | WUNTRACED);
/glibc-2.36/conform/data/
Dstdlib.h-data24 constant WNOHANG
/glibc-2.36/ChangeLog.old/
DChangeLog.105601 return zero to indicate no children died yet (assuming WNOHANG).
DChangeLog.1930669 WNOHANG in waitpid call.
DChangeLog.183443 (WNOHANG): Likewise.
45762 [POSIX] (WNOHANG): Likewise.