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

/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c2816 if (((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT) || non_blocking) {
2839 p->p_lflag |= P_LTRANSCOMMIT;
2855 p->p_lflag &= ~( P_LINTRANSIT | P_LTRANSCOMMIT);
2872 if ((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT && current_proc() == p) {
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h447 #define P_LTRANSCOMMIT 0x00000020 /* process is committed to trans */ macro

Completed in 36 milliseconds