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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c2602 p->p_lflag |= P_LTRANSWAIT;
2622 if ((p->p_lflag & P_LTRANSWAIT) == P_LTRANSWAIT) {
2623 p->p_lflag &= ~P_LTRANSWAIT;
2639 if ((p->p_lflag & P_LTRANSWAIT) == P_LTRANSWAIT) {
2640 p->p_lflag &= ~P_LTRANSWAIT;
2658 p->p_lflag |= P_LTRANSWAIT;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h422 #define P_LTRANSWAIT 0x00000080 /* waiting for trans to complete */ macro

Completed in 18 milliseconds