Home
last modified time | relevance | path

Searched refs:CLD_EXITED (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignal.h343 #define CLD_EXITED 1 /* Child has exited */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c564 int reason = CLD_EXITED; in exit1()
1097 siginfo->si_code = CLD_EXITED; in proc_to_reap()
H A Dkern_sig.c3394 reason = CLD_EXITED; in childproc_exited()