Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c1163 exp->sigwait = p->sigwait;
1226 exp->sigwait = p->sigwait;
/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h349 boolean_t sigwait; /* indication to suspend (PL) */ member
654 boolean_t sigwait; /* indication to suspend */ member
706 boolean_t sigwait; /* indication to suspend */ member
H A Dproc.h125 boolean_t sigwait; /* indication to suspend */ member
/xnu-12377.1.9/tests/
H A Dsignal_exit_reason.c395 sigwait(&set, &sig); in __test_signal_zombie()
/xnu-12377.1.9/tests/vm/
H A Dmemorystatus_sort_test.c501 ret = sigwait(&set, &sig); in init_coalition()