Searched refs:CLD_STOPPED (Results 1 – 9 of 9) sorted by relevance
138 inline int CLD_STOPPED = 5; variable139 #pragma D binding "1.0" CLD_STOPPED149 child_signal == CLD_STOPPED ? "child stopped" :
20 if (si->si_code == CLD_STOPPED) { in job_handler()
217 ATF_REQUIRE(si.si_code == CLD_STOPPED); in ATF_TC_BODY()292 ATF_REQUIRE(si.si_code == CLD_STOPPED); in ATF_TC_BODY()
461 support_check_siginfo(CLD_STOPPED, SIGSTOP, pid, &si, SIGCHLD); in test_wait_dequeue_sigchld()462 support_check_sigchld(&set, CLD_STOPPED, SIGSTOP, pid, dequeue); in test_wait_dequeue_sigchld()
335 #define CLD_STOPPED 5 /* Child has stopped */ macro
1246 MPASS(si_code == CLD_TRAPPED || si_code == CLD_STOPPED || in report_alive_proc()1372 options, CLD_STOPPED); in kern_wait6()
3378 CLD_TRAPPED : CLD_STOPPED); in thread_stopped()
826 case CLD_STOPPED: in eventloop()
744 if (si->si_code == CLD_STOPPED || si->si_code == CLD_KILLED) in siginfo_to_lsiginfo()