Searched refs:CLD_STOPPED (Results 1 – 8 of 8) sorted by relevance
140 inline int CLD_STOPPED = 5; variable141 #pragma D binding "1.0" CLD_STOPPED151 child_signal == CLD_STOPPED ? "child stopped" :
205 ATF_REQUIRE(si.si_code == CLD_STOPPED); in ATF_TC_BODY()280 ATF_REQUIRE(si.si_code == CLD_STOPPED); in ATF_TC_BODY()
21 if (si->si_code == CLD_STOPPED) { in job_handler()
345 #define CLD_STOPPED 5 /* Child has stopped */ macro
1161 MPASS(si_code == CLD_TRAPPED || si_code == CLD_STOPPED || in report_alive_proc()1268 CLD_STOPPED); in kern_wait6()
3026 CLD_TRAPPED : CLD_STOPPED); in thread_stopped()
740 case CLD_STOPPED: in eventloop()
688 if (si->si_code == CLD_STOPPED) in siginfo_to_lsiginfo()