Searched refs:P_LWAITED (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c1340 if (p->p_stat == SSTOP && (p->p_lflag & P_LWAITED) == 0 &&
1348 p->p_lflag |= P_LWAITED;
1570 if ((p->p_lflag & P_LWAITED) != 0)
1589 p->p_lflag |= P_LWAITED;
H A Dkern_sig.c2015 sig_proc->p_lflag &= ~P_LWAITED;
2273 p->p_lflag &= ~P_LWAITED;
2310 p->p_lflag &= ~P_LWAITED;
2438 p->p_lflag &= ~P_LWAITED;
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h461 #define P_LWAITED 0x00080000 macro

Completed in 21 milliseconds