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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c775 if (q->sigwait_thread) {
776 thread_t thread = q->sigwait_thread;
780 * The sigwait_thread could be stopped at a
1995 if (q->sigwait_thread) {
1996 thread_t thread = q->sigwait_thread;
2000 * The sigwait_thread could be stopped at a
H A Dkern_sig.c2270 p->sigwait_thread = cur_act;
2307 p->sigwait_thread = cur_act;
2331 p->sigwait_thread = NULL;
2332 wakeup((caddr_t)&p->sigwait_thread);
3144 msleep((caddr_t)&p->sigwait_thread, &p->p_mlock, PCATCH | PDROP, 0, 0);
H A Dbsd_init.c559 kernproc->sigwait_thread = THREAD_NULL;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h280 void *sigwait_thread; /* 'thread' holding sigwait(PL) */ member in struct:proc

Completed in 89 milliseconds