Searched refs:CLD_EXITED (Results 1 – 3 of 3) sorted by relevance
207 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */ macro
427 #define CLD_EXITED 1 /* child has exited */ macro596 { CLD_EXITED, "CLD_EXITED" },733 if (sip->si_code == CLD_EXITED)
416 if (child_info.si_code == CLD_EXITED && child_info.si_status != 0) { in WaitForChild()