Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_proc.c4511 p->p_lflag |= P_LTRANSWAIT; in proc_transstart()
4533 if ((p->p_lflag & P_LTRANSWAIT) == P_LTRANSWAIT) { in proc_transcommit()
4534 p->p_lflag &= ~P_LTRANSWAIT; in proc_transcommit()
4552 if ((p->p_lflag & P_LTRANSWAIT) == P_LTRANSWAIT) { in proc_transend()
4553 p->p_lflag &= ~P_LTRANSWAIT; in proc_transend()
4574 p->p_lflag |= P_LTRANSWAIT; in proc_transwait()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h527 #define P_LTRANSWAIT 0x00000080 /* waiting for trans to complete */ macro