Home
last modified time | relevance | path

Searched refs:WEXITED (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/tests/
H A Dsigchld_return.c68 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
92 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
H A Dfreebsd_waitpid_nohang.c56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
/xnu-8019.80.24/bsd/sys/
H A Dwait.h168 #define WEXITED 0x00000004 /* [XSI] Processes which have exitted */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c2445 (uap->options & ~(WNOHANG | WNOWAIT | WCONTINUED | WSTOPPED | WEXITED))) { in waitid_nocancel()
2499 if (!(uap->options & WEXITED)) { in waitid_nocancel()