Searched refs:sigwait_thread (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c694 if (q->sigwait_thread) {
695 thread_t thread = q->sigwait_thread;
699 * The sigwait_thread could be stopped at a
1823 if (q->sigwait_thread) {
1824 thread_t thread = q->sigwait_thread;
1828 * The sigwait_thread could be stopped at a
H A Dkern_sig.c2269 p->sigwait_thread = cur_act;
2309 p->sigwait_thread = cur_act;
2333 p->sigwait_thread = NULL;
2334 wakeup((caddr_t)&p->sigwait_thread);
3142 msleep((caddr_t)&p->sigwait_thread, &p->p_mlock, PCATCH | PDROP, 0, 0);
H A Dbsd_init.c559 kernproc->sigwait_thread = THREAD_NULL;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h278 void *sigwait_thread; /* 'thread' holding sigwait(PL) */ member in struct:proc

Completed in 76 milliseconds