Searched refs:CLD_EXITED (Results 1 – 9 of 9) sorted by relevance
86 case CLD_EXITED: in main()122 case CLD_EXITED: in main()
43 ASSERT_EQ(CLD_EXITED, si.si_code); in TEST()
92 if (siginfo.si_code == CLD_EXITED) { in ReapOneProcess()
280 if ((siginfo.si_code != CLD_EXITED || siginfo.si_status != 0) && on_failure_reboot_target_) { in Reap()
1186 if (siginfo.si_code != CLD_EXITED || siginfo.si_status != 0) { in ExecWithFunctionOnFailure()
277 CLD_EXITED or an status other than '0', reboot the system with the target specified in
197 #define CLD_EXITED 1 macro
179 i = CLD_EXITED; in signal_h()
149 if (info.si_code != CLD_EXITED) { in ChildExitedCallback()