Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in79 SED_REPLACE(CLDNOSIGCHLD)
H A Dprocfs.d.in303 ((T->t_procp->p_pidflag & @CLDNOSIGCHLD@) ? PR_NOSIGCHLD : 0) |
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h466 #define CLDNOSIGCHLD 0x0004 /* do not post SIGCHLD when child terminates */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c805 q->p_pidflag &= ~(CLDNOSIGCHLD | CLDWAITPID); in proc_exit()
H A Dfork.c541 cp->p_pidflag |= CLDNOSIGCHLD; in cfork()
H A Dsig.c1725 } else if (!(cp->p_pidflag & CLDNOSIGCHLD)) { in sigcld()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1224 if (p->p_pidflag & CLDNOSIGCHLD) in gcore_prgetlwpstatus()
H A Dgenunix.c228 { "CLDNOSIGCHLD", CLDNOSIGCHLD, CLDNOSIGCHLD }, in pflags()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1242 if (p->p_pidflag & CLDNOSIGCHLD) in prgetlwpstatus()