Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsignal.h349 #define CLD_STOPPED 5 /* Child has stopped */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c1185 MPASS(si_code == CLD_TRAPPED || si_code == CLD_STOPPED || in report_alive_proc()
1296 options, CLD_STOPPED); in kern_wait6()
H A Dkern_sig.c3069 CLD_TRAPPED : CLD_STOPPED); in thread_stopped()