Home
last modified time | relevance | path

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

/xnu-8792.81.2/tests/ !
H A Dsigcont_return.c27 …T_QUIET; T_ASSERT_POSIX_SUCCESS(waitid(P_PID, pid, &siginfo, WCONTINUED), "Calling waitid() failed…
/xnu-8792.81.2/bsd/sys/ !
H A Dwait.h173 #define WCONTINUED 0x00000010 /* [XSI] Any child stopped then continued */ macro
/xnu-8792.81.2/bsd/kern/ !
H A Dkern_exit.c2953 if ((uap->options & WCONTINUED) && in wait4_nocancel()
3074 (uap->options & ~(WNOHANG | WNOWAIT | WCONTINUED | WSTOPPED | WEXITED))) { in waitid_nocancel()
3210 if (!(uap->options & WCONTINUED)) { in waitid_nocancel()