Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dmach_process.c467 if (t->sigwait) { in ptrace()
468 wakeup((caddr_t)&(t->sigwait)); in ptrace()
H A Dkern_sig.c2715 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()
H A Dkern_sysctl.c1156 exp->sigwait = p->sigwait;
1219 exp->sigwait = p->sigwait;
/xnu-11215/bsd/sys/
H A Dproc_internal.h350 boolean_t sigwait; /* indication to suspend (PL) */ member
659 boolean_t sigwait; /* indication to suspend */ member
711 boolean_t sigwait; /* indication to suspend */ member
H A Dproc.h125 boolean_t sigwait; /* indication to suspend */ member