Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/
H A Dsigchld_return.c69 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
93 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-8792.41.9/bsd/sys/
H A Dwait.h168 #define WEXITED 0x00000004 /* [XSI] Processes which have exitted */ macro
/xnu-8792.41.9/bsd/kern/
H A Dkern_exit.c3058 (uap->options & ~(WNOHANG | WNOWAIT | WCONTINUED | WSTOPPED | WEXITED))) { in waitid_nocancel()
3115 if (!(uap->options & WEXITED)) { in waitid_nocancel()