Searched refs:waitq_wakeup64_all (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | waitq.h | 588 extern kern_return_t waitq_wakeup64_all(
|
| H A D | epoch_sync.c | 557 kr = waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(sync), in esync_wake()
|
| H A D | sfi.c | 427 kret = waitq_wakeup64_all(&sfi_class->waitq, in sfi_timer_per_class_on()
|
| H A D | thread_call.c | 1508 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 D | locks.c | 1322 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 D | smr.c | 725 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 D | waitq.c | 2379 waitq_wakeup64_all( in waitq_wakeup64_all() function
|
| H A D | sched_prim.c | 1906 return waitq_wakeup64_all(wq, CAST_EVENT64_T(event), result, WAITQ_WAKEUP_DEFAULT); in thread_wakeup_prim()
|
| H A D | task.c | 915 waitq_wakeup64_all(&turnstile->ts_waitq, in task_clear_return_wait()
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 1442 waitq_wakeup64_all(&send_turnstile->ts_waitq, in ipc_mqueue_destroy_locked()
|
| /xnu-11215/bsd/kern/ |
| H A D | sys_ulock.c | 1035 waitq_wakeup64_all(&ts->ts_waitq, CAST_EVENT64_T(ULOCK_TO_EVENT(ull)), in ulock_wake()
|
| H A D | kern_descrip.c | 1665 if (waitq_wakeup64_all(selset, NO_EVENT64, in fileproc_drain() 1672 if (waitq_wakeup64_all(&select_conflict_queue, NO_EVENT64, in fileproc_drain()
|