Searched refs:P_LWAITED (Results 1 – 3 of 3) sorted by relevance
2377 sig_proc->p_lflag &= ~P_LWAITED; in psignal_internal()2728 p->p_lflag &= ~P_LWAITED; in issignal_locked()2753 p->p_lflag &= ~P_LWAITED; in issignal_locked()2856 p->p_lflag &= ~P_LWAITED; in issignal_locked()
3061 if (p->p_stat == SSTOP && (p->p_lflag & P_LWAITED) == 0 && in wait4_nocancel()3070 p->p_lflag |= P_LWAITED; in wait4_nocancel()3316 if ((p->p_lflag & P_LWAITED) != 0) { in waitid_nocancel()3338 p->p_lflag |= P_LWAITED; in waitid_nocancel()
537 #define P_LWAITED 0x00080000 macro