Searched refs:sigwait (Results 1 – 5 of 5) sorted by relevance
467 if (t->sigwait) { in ptrace()468 wakeup((caddr_t)&(t->sigwait)); in ptrace()
2715 p->sigwait = TRUE; in issignal_locked()2740 p->sigwait = TRUE; in issignal_locked()2768 assert_wait((caddr_t)&p->sigwait, (THREAD_INTERRUPTIBLE)); in issignal_locked()2774 p->sigwait = FALSE; in issignal_locked()3429 if (p->sigwait) { in pt_setrunnable()3430 wakeup((caddr_t)&(p->sigwait)); in pt_setrunnable()3572 while (p->sigwait || p->exit_thread) { in sig_try_locked()
1156 exp->sigwait = p->sigwait;1219 exp->sigwait = p->sigwait;
350 boolean_t sigwait; /* indication to suspend (PL) */ member659 boolean_t sigwait; /* indication to suspend */ member711 boolean_t sigwait; /* indication to suspend */ member
125 boolean_t sigwait; /* indication to suspend */ member