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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dwait.h175 #define WEXITED 0x00000004 /* [XSI] Processes which have exitted */ 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) ||
1233 if (!(uap->options & WEXITED))

Completed in 30 milliseconds