Searched refs:WCONTINUED (Results 1 – 3 of 3) sorted by relevance
27 …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
2324 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()