Home
last modified time | relevance | path

Searched refs:CLDNOSIGCHLD (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in81 SED_REPLACE(CLDNOSIGCHLD)
H A Dprocfs.d.in303 ((T->t_procp->p_pidflag & @CLDNOSIGCHLD@) ? PR_NOSIGCHLD : 0) |
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h454 #define CLDNOSIGCHLD 0x0004 /* do not post SIGCHLD when child terminates */ macro
/titanic_44/usr/src/uts/common/os/
H A Dexit.c669 q->p_pidflag &= ~(CLDNOSIGCHLD | CLDWAITPID); in proc_exit()
H A Dfork.c526 cp->p_pidflag |= CLDNOSIGCHLD; in cfork()
H A Dsig.c1709 } else if (!(cp->p_pidflag & CLDNOSIGCHLD)) { in sigcld()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1224 if (p->p_pidflag & CLDNOSIGCHLD) in gcore_prgetlwpstatus()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c1200 if (p->p_pidflag & CLDNOSIGCHLD) in prgetlwpstatus()