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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c1235 if (p->p_stat == SSTOP && (p->p_lflag & P_LWAITED) == 0 &&
1243 p->p_lflag |= P_LWAITED;
1450 if ((p->p_lflag & P_LWAITED) != 0)
1469 p->p_lflag |= P_LWAITED;
H A Dkern_sig.c2014 sig_proc->p_lflag &= ~P_LWAITED;
2272 p->p_lflag &= ~P_LWAITED;
2312 p->p_lflag &= ~P_LWAITED;
2440 p->p_lflag &= ~P_LWAITED;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h434 #define P_LWAITED 0x00080000 macro

Completed in 29 milliseconds