Home
last modified time | relevance | path

Searched refs:CLD_KILLED (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsignal.h353 #define CLD_KILLED 2 /* [XSI] terminated abnormally, no core file */ macro
/xnu-12377.41.6/bsd/dev/arm/
H A Dunix_signal.c553 sinfo.si_code = CLD_KILLED; in sendsig()
/xnu-12377.41.6/bsd/dev/i386/
H A Dunix_signal.c618 sinfo64.si_code = CLD_KILLED; in sendsig()
/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c3282 CLD_DUMPED : CLD_KILLED; in waitid_nocancel()