Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dfreebsd_waitpid_nohang.c50 pid = waitpid(child, &status, WNOHANG);
60 pid = waitpid(child, &status, WNOHANG);
H A Dsuspended_spawn_26184412.c60 int waitpid_result = waitpid(child_pid, &status, WUNTRACED | WNOHANG); in spawn_and_signal()
H A Dexec-race-58566604.c111 waitedpid = waitpid(child_pid, &status, WNOHANG); in run_test()
/xnu-12377.1.9/bsd/sys/
H A Dwait.h121 #define WNOHANG 0x00000001 /* [XSI] no hang in wait/no child to reap */ macro
/xnu-12377.1.9/tests/vm/
H A Dmemorystatus_jetsam_zprint_snapshot.c201 while (0 == waitpid(child_pid, &status, WNOHANG)) { in run_jzs_test()
/xnu-12377.1.9/bsd/kern/
H A Dkern_exit.c3085 if (uap->options & WNOHANG) { in wait4_nocancel()
3175 (uap->options & ~(WNOHANG | WNOWAIT | WCONTINUED | WSTOPPED | WEXITED))) { in waitid_nocancel()
3364 if (uap->options & WNOHANG) { in waitid_nocancel()