Home
last modified time | relevance | path

Searched refs:PEXITED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpool.c1435 p->p_poolflag & PEXITED || in pool_do_bind()
1532 if (p->p_poolflag & PEXITED) { in pool_do_bind()
1551 if (p->p_poolflag & PEXITED) { in pool_do_bind()
1590 !(p->p_poolflag & PEXITED) && in pool_do_bind()
H A Dexit.c751 p->p_poolflag |= PEXITED; in proc_exit()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h523 #define PEXITED 0x0002 /* process exited and about to become zombie */ macro