Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A D_siginfo.h110 #define CLD_TRAPPED 4 /* Traced child has trapped */ macro
/dragonfly/sys/kern/
H A Dkern_exit.c1378 info->si_code = CLD_TRAPPED; in kern_wait()