Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsignal.h348 #define CLD_TRAPPED 4 /* Traced child has trapped */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c1185 MPASS(si_code == CLD_TRAPPED || si_code == CLD_STOPPED || in report_alive_proc()
1284 options, CLD_TRAPPED); in kern_wait6()
H A Dkern_sig.c3069 CLD_TRAPPED : CLD_STOPPED); in thread_stopped()