Searched refs:PS_NOCLDSTOP (Results 1 – 2 of 2) sorted by relevance
73 #define PS_NOCLDSTOP 0x0002 /* No SIGCHLD when children stop. */ macro
724 if (sig == SIGCHLD && ps->ps_flag & PS_NOCLDSTOP) in kern_sigaction()769 ps->ps_flag |= PS_NOCLDSTOP; in kern_sigaction()771 ps->ps_flag &= ~PS_NOCLDSTOP; in kern_sigaction()3362 if ((ps->ps_flag & PS_NOCLDSTOP) == 0) { in childproc_jobstate()