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

/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h180 #define WCONTINUED 0x00000010 /* [XSI] Any child stopped then continued */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1259 if ((uap->options & WCONTINUED) &&
1360 (uap->options & ~(WNOHANG|WNOWAIT|WCONTINUED|WSTOPPED|WEXITED)))
1475 if (!(uap->options & WCONTINUED))

Completed in 23 milliseconds