Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dsignal.h355 #define CLD_STOPPED 5 /* [XSI] child has stopped */ macro
/xnu-8792.81.2/bsd/kern/
H A Dkern_sig.c2382 pp->si_code = CLD_STOPPED; in psignal_internal()
2838 pp->si_code = CLD_STOPPED; in issignal_locked()
H A Dkern_exit.c3194 siginfo.si_code = CLD_STOPPED; in waitid_nocancel()