Home
last modified time | relevance | path

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

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