Searched refs:CLD_EXITED (Results 1 – 3 of 3) sorted by relevance
343 #define CLD_EXITED 1 /* Child has exited */ macro
564 int reason = CLD_EXITED; in exit1()1097 siginfo->si_code = CLD_EXITED; in proc_to_reap()
3394 reason = CLD_EXITED; in childproc_exited()