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

/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h178 #define WSTOPPED 0x00000008 /* [XSI] Any child stopped by signal */ macro
251 #define WSTOPPED _WSTOPPED macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1360 (uap->options & ~(WNOHANG|WNOWAIT|WCONTINUED|WSTOPPED|WEXITED)))
1443 if (!(uap->options & WSTOPPED))

Completed in 24 milliseconds