Searched refs:CLD_EXITED (Results 1 – 4 of 4) sorted by relevance
230 if (info.si_code == CLD_EXITED in wait_subprocess()277 case CLD_EXITED: in wait_subprocess()
207 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */ macro
440 #define CLD_EXITED 1 /* child has exited */ macro620 { CLD_EXITED, "CLD_EXITED" },768 if (sip->si_code == CLD_EXITED) in printsiginfo()
409 if (child_info.si_code == CLD_EXITED && child_info.si_status != 0) { in WaitForChild()