Home
last modified time | relevance | path

Searched refs:sigwait (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dmach_process.c469 if (t->sigwait) { in ptrace()
470 wakeup((caddr_t)&(t->sigwait)); in ptrace()
H A Dkern_sig.c2724 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()
H A Dkern_sysctl.c1166 exp->sigwait = p->sigwait;
1229 exp->sigwait = p->sigwait;
/xnu-12377.41.6/tests/signals/
H A Dsigchld_return.c55 result = sigwait(&set, &sig); in wait_for_signal()
H A Dsignal_exit_reason.c397 sigwait(&set, &sig); in __test_signal_zombie()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h349 boolean_t sigwait; /* indication to suspend (PL) */ member
656 boolean_t sigwait; /* indication to suspend */ member
708 boolean_t sigwait; /* indication to suspend */ member
H A Dproc.h125 boolean_t sigwait; /* indication to suspend */ member
/xnu-12377.41.6/tests/vm/
H A Dmemorystatus_sort_test.c501 ret = sigwait(&set, &sig); in init_coalition()