Home
last modified time | relevance | path

Searched refs:WNOWAIT (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/tests/
H A Dfreebsd_waitpid_nohang.c56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
/xnu-10063.141.1/bsd/sys/
H A Dwait.h174 #define WNOWAIT 0x00000020 /* [XSI] Leave process returned waitable */ macro
/xnu-10063.141.1/bsd/kern/
H A Dkern_exit.c3156 (uap->options & ~(WNOHANG | WNOWAIT | WCONTINUED | WSTOPPED | WEXITED))) { in waitid_nocancel()
3245 if (!(uap->options & WNOWAIT)) { in waitid_nocancel()
3284 if (!(uap->options & WNOWAIT)) { in waitid_nocancel()
3323 if (!(uap->options & WNOWAIT)) { in waitid_nocancel()