Searched refs:WNOHANG (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h120 * Option bits for the third argument of wait4. WNOHANG causes the
128 #define WNOHANG 0x00000001 /* [XSI] no hang in wait/no child to reap */ macro
173 /* WNOHANG already defined for wait4() */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1288 if (uap->options & WNOHANG) {
1360 (uap->options & ~(WNOHANG|WNOWAIT|WCONTINUED|WSTOPPED|WEXITED)))
1524 if (uap->options & WNOHANG) {
1536 * WNOHANG" is to store a zero into si_pid before

Completed in 74 milliseconds