Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dwaitq.h588 extern kern_return_t waitq_wakeup64_all(
H A Depoch_sync.c557 kr = waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(sync), in esync_wake()
H A Dsfi.c427 kret = waitq_wakeup64_all(&sfi_class->waitq, in sfi_timer_per_class_on()
H A Dthread_call.c1508 waitq_wakeup64_all(&daemon_waitq, in thread_call_wake()
1657 waitq_wakeup64_all(&group->waiters_waitq, CAST_EVENT64_T(call), in thread_call_finish()
H A Dlocks.c1322 ret = waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(event), in wakeup_with_inheritor_and_turnstile()
2112 waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(GATE_EVENT(gate)), in gate_open_turnstile()
H A Dsmr.c725 waitq_wakeup64_all(&smrw->waitq, in __smr_wake_oncore_sleepers()
834 waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(pcpu), in __smr_leave_stalled()
H A Dwaitq.c2379 waitq_wakeup64_all( in waitq_wakeup64_all() function
H A Dsched_prim.c1906 return waitq_wakeup64_all(wq, CAST_EVENT64_T(event), result, WAITQ_WAKEUP_DEFAULT); in thread_wakeup_prim()
H A Dtask.c915 waitq_wakeup64_all(&turnstile->ts_waitq, in task_clear_return_wait()
/xnu-11215/osfmk/ipc/
H A Dipc_mqueue.c1442 waitq_wakeup64_all(&send_turnstile->ts_waitq, in ipc_mqueue_destroy_locked()
/xnu-11215/bsd/kern/
H A Dsys_ulock.c1035 waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(ULOCK_TO_EVENT(ull)), in ulock_wake()
H A Dkern_descrip.c1665 if (waitq_wakeup64_all(selset, NO_EVENT64, in fileproc_drain()
1672 if (waitq_wakeup64_all(&select_conflict_queue, NO_EVENT64, in fileproc_drain()