Searched refs:P_NOCLDSTOP (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h166 #define P_NOCLDSTOP 0x00000008 /* No SIGCHLD when children stop */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c356 if ((signum == SIGCHLD) && (p->p_flag & P_NOCLDSTOP))
556 OSBitOrAtomic(P_NOCLDSTOP, (UInt32 *)&p->p_flag);
558 OSBitAndAtomic(~((uint32_t)P_NOCLDSTOP), (UInt32 *)&p->p_flag);
1813 if (( pp != PROC_NULL) && ((pp->p_flag & P_NOCLDSTOP) == 0)) {
2230 if ((pp != PROC_NULL) && ((pp->p_flag & P_NOCLDSTOP) == 0)) {

Completed in 17 milliseconds