Searched refs:CLD_EXITED (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dsignal.h350 #define CLD_EXITED 1 /* [XSI] child has exited */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c293 DTRACE_PROC1(exit, int, CLD_EXITED);
926 pp->si_code = CLD_EXITED;
1545 siginfo.si_code = CLD_EXITED;
2133 pp->si_code = CLD_EXITED;
/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c497 if (sinfo64.si_code == CLD_EXITED) {
499 sinfo64.si_code = CLD_EXITED;

Completed in 27 milliseconds