Searched refs:CLDNOSIGCHLD (Results 1 – 8 of 8) sorted by relevance
81 SED_REPLACE(CLDNOSIGCHLD)
303 ((T->t_procp->p_pidflag & @CLDNOSIGCHLD@) ? PR_NOSIGCHLD : 0) |
454 #define CLDNOSIGCHLD 0x0004 /* do not post SIGCHLD when child terminates */ macro
669 q->p_pidflag &= ~(CLDNOSIGCHLD | CLDWAITPID); in proc_exit()
526 cp->p_pidflag |= CLDNOSIGCHLD; in cfork()
1709 } else if (!(cp->p_pidflag & CLDNOSIGCHLD)) { in sigcld()
1224 if (p->p_pidflag & CLDNOSIGCHLD) in gcore_prgetlwpstatus()
1200 if (p->p_pidflag & CLDNOSIGCHLD) in prgetlwpstatus()