Home
last modified time | relevance | path

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

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