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

/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h181 #define WNOWAIT 0x00000020 /* [XSI] Leave process returned waitable */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1360 (uap->options & ~(WNOHANG|WNOWAIT|WCONTINUED|WSTOPPED|WEXITED)))
1432 if (!(uap->options & WNOWAIT)) {
1467 if (!(uap->options & WNOWAIT)) {
1502 if (!(uap->options & WNOWAIT)) {

Completed in 22 milliseconds