Searched refs:sigwait (Results 1 – 8 of 8) 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()
1166 exp->sigwait = p->sigwait;1229 exp->sigwait = p->sigwait;
55 result = sigwait(&set, &sig); in wait_for_signal()
397 sigwait(&set, &sig); in __test_signal_zombie()
349 boolean_t sigwait; /* indication to suspend (PL) */ member656 boolean_t sigwait; /* indication to suspend */ member708 boolean_t sigwait; /* indication to suspend */ member
125 boolean_t sigwait; /* indication to suspend */ member
501 ret = sigwait(&set, &sig); in init_coalition()