Searched refs:WCONTINUED (Results 1 – 3 of 3) sorted by relevance
32 …T_QUIET; T_ASSERT_POSIX_SUCCESS(waitid(P_PID, pid, &siginfo, WCONTINUED), "Calling waitid() failed…
173 #define WCONTINUED 0x00000010 /* [XSI] Any child stopped then continued */ macro
3098 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()