Searched refs:wait_queue_wakeup_all (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dwait_queue.h451 extern kern_return_t wait_queue_wakeup_all(
H A Dwait_queue.c1206 * a wait_queue_wakeup_all and allowing scheduler prioritization
1545 * Routine: wait_queue_wakeup_all
1556 wait_queue_wakeup_all( function
1571 // panic("wait_queue_wakeup_all: we did not get the lock on %p\n", wq); /* (BRINGUP) */
H A Dsched_prim.c1676 return (wait_queue_wakeup_all(wq, event, result));
/xnu-2782.1.97/bsd/kern/
H A Dkern_event.c391 wait_queue_wakeup_all((wait_queue_t)kq->kq_wqs,
445 wait_queue_wakeup_all((wait_queue_t)kq->kq_wqs,
839 wait_queue_wakeup_all((wait_queue_t)kq->kq_wqs, &kn->kn_hook,
2049 wait_queue_wakeup_all((wait_queue_t)kq->kq_wqs,
2515 wait_queue_wakeup_all((wait_queue_t)kq->kq_wqs, KQ_EVENT,
2756 wait_queue_wakeup_all((wait_queue_t)kq->kq_wqs, &kn->kn_status,
H A Dkern_descrip.c5029 if (wait_queue_wakeup_all((wait_queue_t)fp->f_waddr, NULL, THREAD_INTERRUPTED) == KERN_INVALID_ARGUMENT)
5030 panic("bad wait queue for wait_queue_wakeup_all %p", fp->f_waddr);
5033 if (wait_queue_wakeup_all(&select_conflict_queue, NULL, THREAD_INTERRUPTED) == KERN_INVALID_ARGUMENT)
H A Dsys_generic.c1879 wait_queue_wakeup_all(&sip->si_wait_queue, NULL, THREAD_AWAKENED);

Completed in 100 milliseconds