Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsignal.h344 #define CLD_KILLED 2 /* Child has terminated abnormally but */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c568 reason = CLD_KILLED; in exit1()
1094 siginfo->si_code = CLD_KILLED; in proc_to_reap()
H A Dkern_sig.c3391 reason = CLD_KILLED; in childproc_exited()