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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h201 #define P_NOCLDWAIT 0x40000000 /* No zombies when chil procs exit */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c397 if ((signum == SIGCHLD) && (p->p_flag & P_NOCLDWAIT))
620 OSBitOrAtomic(P_NOCLDWAIT, &p->p_flag);
622 OSBitAndAtomic(~((uint32_t)P_NOCLDWAIT), &p->p_flag);
H A Dkern_exit.c808 if (pp->p_flag & P_NOCLDWAIT) {
1021 if (!(parent->p_flag & P_NOCLDWAIT))

Completed in 15 milliseconds