Home
last modified time | relevance | path

Searched refs:waitq_wakeup64_all (Results 1 – 11 of 11) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dwaitq.h504 extern kern_return_t waitq_wakeup64_all(struct waitq *waitq,
H A Dthread_call.c1450 waitq_wakeup64_all(&daemon_waitq, CAST_EVENT64_T(&thread_call_daemon_awake), in thread_call_wake()
1581 waitq_wakeup64_all(&group->waiters_waitq, CAST_EVENT64_T(call), in thread_call_finish()
H A Dsfi.c419 kret = waitq_wakeup64_all(&sfi_class->waitq, in sfi_timer_per_class_on()
H A Dlocks.c1827 ret = waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(event), result, WAITQ_ALL_PRIORITIES); in wakeup_with_inheritor_and_turnstile_type()
2433waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(GATE_EVENT(gate)), THREAD_AWAKENED, WAITQ_ALL_PRI… in gate_open_turnstile()
H A Dwaitq.c4600 waitq_wakeup64_all(struct waitq *waitq, event64_t wake_event, in waitq_wakeup64_all() function
H A Dsched_prim.c1673 return waitq_wakeup64_all(wq, CAST_EVENT64_T(event), result, WAITQ_ALL_PRIORITIES); in thread_wakeup_prim()
H A Dtask.c713 waitq_wakeup64_all(&turnstile->ts_waitq, in task_clear_return_wait()
/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c988 waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(ULOCK_TO_EVENT(ull)), in ulock_wake()
H A Dkern_descrip.c1579 if (waitq_wakeup64_all((struct waitq *)wqset, NO_EVENT64, in fileproc_drain()
1586 if (waitq_wakeup64_all(&select_conflict_queue, NO_EVENT64, in fileproc_drain()
H A Dsys_generic.c2390 waitq_wakeup64_all(&sip->si_waitq, NO_EVENT64, in selwakeup_internal()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_mqueue.c1458 waitq_wakeup64_all(&send_turnstile->ts_waitq, in ipc_mqueue_destroy_locked()