Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dlocks.c2198 thread_t hp_thread; in gate_handoff_turnstile() local
2204 hp_thread = waitq_wakeup64_identify(&ts->ts_waitq, CAST_EVENT64_T(GATE_EVENT(gate)), in gate_handoff_turnstile()
2207 if (hp_thread != NULL) { in gate_handoff_turnstile()
2212 *thread_woken_up = hp_thread; in gate_handoff_turnstile()