Searched refs:CLDNOSIGCHLD (Results 1 – 9 of 9) sorted by relevance
79 SED_REPLACE(CLDNOSIGCHLD)
303 ((T->t_procp->p_pidflag & @CLDNOSIGCHLD@) ? PR_NOSIGCHLD : 0) |
466 #define CLDNOSIGCHLD 0x0004 /* do not post SIGCHLD when child terminates */ macro
805 q->p_pidflag &= ~(CLDNOSIGCHLD | CLDWAITPID); in proc_exit()
541 cp->p_pidflag |= CLDNOSIGCHLD; in cfork()
1725 } else if (!(cp->p_pidflag & CLDNOSIGCHLD)) { in sigcld()
1224 if (p->p_pidflag & CLDNOSIGCHLD) in gcore_prgetlwpstatus()
229 { "CLDNOSIGCHLD", CLDNOSIGCHLD, CLDNOSIGCHLD }, in pflags()
1242 if (p->p_pidflag & CLDNOSIGCHLD) in prgetlwpstatus()