Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_persona.c633 assert(((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT) && in proc_set_persona_internal()
H A Dkern_proc.c4504 while ((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT) { in proc_transstart()
4514 p->p_lflag |= P_LINTRANSIT; in proc_transstart()
4529 assert((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT); in proc_transcommit()
4549 p->p_lflag &= ~(P_LINTRANSIT | P_LTRANSCOMMIT); in proc_transend()
4567 while ((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT) { in proc_transwait()
/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h526 #define P_LINTRANSIT 0x00000040 /* process in exec or in creation */ macro