Searched refs:sigwait (Results 1 – 7 of 7) sorted by relevance
469 if (t->sigwait) { in ptrace()470 wakeup((caddr_t)&(t->sigwait)); in ptrace()
2724 p->sigwait = TRUE; in issignal_locked()2749 p->sigwait = TRUE; in issignal_locked()2777 assert_wait((caddr_t)&p->sigwait, (THREAD_INTERRUPTIBLE)); in issignal_locked()2783 p->sigwait = FALSE; in issignal_locked()3478 if (p->sigwait) { in pt_setrunnable()3479 wakeup((caddr_t)&(p->sigwait)); in pt_setrunnable()3621 while (p->sigwait || p->exit_thread) { in sig_try_locked()
1163 exp->sigwait = p->sigwait;1226 exp->sigwait = p->sigwait;
349 boolean_t sigwait; /* indication to suspend (PL) */ member654 boolean_t sigwait; /* indication to suspend */ member706 boolean_t sigwait; /* indication to suspend */ member
125 boolean_t sigwait; /* indication to suspend */ member
395 sigwait(&set, &sig); in __test_signal_zombie()
501 ret = sigwait(&set, &sig); in init_coalition()