Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_exit.c2178 if (p->p_lflag & P_LTERM) { in proc_prepareexit()
2181 p->p_lflag |= P_LTERM; in proc_prepareexit()
2220 } else if (!(p->p_lflag & P_LTERM)) { in proc_exit()
2223 p->p_lflag |= P_LTERM; in proc_exit()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h522 #define P_LTERM 0x00000004 /* */ macro