Home
last modified time | relevance | path

Searched refs:P_LTERM (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_exit.c2145 if (p->p_lflag & P_LTERM) { in proc_prepareexit()
2148 p->p_lflag |= P_LTERM; in proc_prepareexit()
2187 } else if (!(p->p_lflag & P_LTERM)) { in proc_exit()
2190 p->p_lflag |= P_LTERM; in proc_exit()
/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h522 #define P_LTERM 0x00000004 /* */ macro