Searched refs:WNOWAIT (Results 1 – 3 of 3) sorted by relevance
56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
174 #define WNOWAIT 0x00000020 /* [XSI] Leave process returned waitable */ macro
3106 (uap->options & ~(WNOHANG | WNOWAIT | WCONTINUED | WSTOPPED | WEXITED))) { in waitid_nocancel()3195 if (!(uap->options & WNOWAIT)) { in waitid_nocancel()3234 if (!(uap->options & WNOWAIT)) { in waitid_nocancel()3273 if (!(uap->options & WNOWAIT)) { in waitid_nocancel()