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

/xnu-2782.1.97/bsd/sys/
H A Dwait.h173 #define WCONTINUED 0x00000010 /* [XSI] Any child stopped then continued */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c1364 if ((uap->options & WCONTINUED) &&
1480 (uap->options & ~(WNOHANG|WNOWAIT|WCONTINUED|WSTOPPED|WEXITED)))
1595 if (!(uap->options & WCONTINUED))

Completed in 25 milliseconds