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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dwait.h178 #define WSTOPPED 0x00000008 /* [XSI] Any child stopped by signal */ macro
251 #define WSTOPPED _WSTOPPED macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exit.c1177 if (((uap->options & (WNOHANG|WNOWAIT|WCONTINUED|WUNTRACED|WSTOPPED|WEXITED)) != uap->options) ||
1286 if (!(uap->options & WSTOPPED))

Completed in 11 milliseconds