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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dwait.h181 #define WNOWAIT 0x00000020 /* [XSI] Leave process returned waitable */ 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) ||
1265 if (!(uap->options & WNOWAIT)) {
1327 if (!(uap->options & WNOWAIT)) {
1380 if (!(uap->options & WNOWAIT)) {

Completed in 26 milliseconds