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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h209 #define P_NOCLDWAIT 0x40000000 /* No zombies when chil procs exit */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exit.c704 if (pp->p_flag & P_NOCLDWAIT) {
876 if (!(parent->p_flag & P_NOCLDWAIT))
H A Dkern_sig.c358 if ((signum == SIGCHLD) && (p->p_flag & P_NOCLDWAIT))
560 OSBitOrAtomic(P_NOCLDWAIT, (UInt32 *)&p->p_flag);
562 OSBitAndAtomic(~((uint32_t)P_NOCLDWAIT), (UInt32 *)&p->p_flag);

Completed in 29 milliseconds