Home
last modified time | relevance | path

Searched refs:CLDPEND (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c978 p->p_pidflag &= ~CLDPEND; in proc_exit()
1044 pp->p_pidflag &= ~CLDPEND; in winfo()
H A Dsig.c1767 cp->p_pidflag |= CLDPEND; in post_sigcld()
1769 cp->p_pidflag &= ~CLDPEND; in post_sigcld()
1808 if (cp->p_pidflag & CLDPEND) { in sigcld_repost()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h464 #define CLDPEND 0x0001 /* have yet to post a SIGCHLD to the parent */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c226 { "CLDPEND", CLDPEND, CLDPEND }, in pflags()