Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_proc.c4505 if (((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT) || non_blocking) { in proc_transstart()
4531 p->p_lflag |= P_LTRANSCOMMIT; in proc_transcommit()
4549 p->p_lflag &= ~(P_LINTRANSIT | P_LTRANSCOMMIT); in proc_transend()
4568 if ((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT && current_proc() == p) { in proc_transwait()
/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h525 #define P_LTRANSCOMMIT 0x00000020 /* process is committed to trans */ macro