Searched refs:waitq_wakeup64_identify (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | waitq.h | 518 extern thread_t waitq_wakeup64_identify(struct waitq *waitq,
|
| H A D | locks.c | 1808 wokeup = waitq_wakeup64_identify(&ts->ts_waitq, CAST_EVENT64_T(event), result, priority); in wakeup_with_inheritor_and_turnstile_type() 2504 …hp_thread = waitq_wakeup64_identify(&ts->ts_waitq, CAST_EVENT64_T(GATE_EVENT(gate)), THREAD_AWAKEN… in gate_handoff_turnstile()
|
| H A D | waitq.c | 4696 waitq_wakeup64_identify(struct waitq *waitq, event64_t wake_event, in waitq_wakeup64_identify() function
|
| H A D | sched_prim.c | 1734 return waitq_wakeup64_identify(wq, CAST_EVENT64_T(event), THREAD_AWAKENED, priority); in thread_wakeup_identify()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | sys_ulock.c | 996 new_owner = waitq_wakeup64_identify(&ts->ts_waitq, in ulock_wake()
|