Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d136 inline int CLD_TRAPPED = 4; variable
137 #pragma D binding "1.0" CLD_TRAPPED
148 child_signal == CLD_TRAPPED ? "traced child trapped" :
/freebsd/sys/sys/
H A Dsignal.h334 #define CLD_TRAPPED 4 /* Traced child has trapped */ macro
/freebsd/sys/kern/
H A Dkern_exit.c1250 MPASS(si_code == CLD_TRAPPED || si_code == CLD_STOPPED || in report_alive_proc()
1352 options, CLD_TRAPPED); in kern_wait6()
H A Dkern_sig.c3386 CLD_TRAPPED : CLD_STOPPED); in thread_stopped()
/freebsd/usr.bin/truss/
H A Dsetup.c784 case CLD_TRAPPED: in eventloop()