Searched refs:P_LPEXIT (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c506 p->p_lflag |= P_LPEXIT;
1755 if ((p->p_lflag & P_LPEXIT) == P_LPEXIT) {
1763 p->p_lflag |= (P_LEXIT | P_LPEXIT);
H A Dkern_sig.c3026 if (p->p_lflag & P_LPEXIT) {
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h446 #define P_LPEXIT 0x00000010 macro

Completed in 27 milliseconds