Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_proc.c3821 if (((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT) || non_blocking) { in proc_transstart()
3847 p->p_lflag |= P_LTRANSCOMMIT; in proc_transcommit()
3865 p->p_lflag &= ~(P_LINTRANSIT | P_LTRANSCOMMIT); in proc_transend()
3884 if ((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT && current_proc() == p) { in proc_transwait()
/xnu-8019.80.24/bsd/sys/
H A Dproc_internal.h519 #define P_LTRANSCOMMIT 0x00000020 /* process is committed to trans */ macro