Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dlocks.c1787 thread_t wokeup; in wakeup_with_inheritor_and_turnstile_type() local
1808 wokeup = waitq_wakeup64_identify(&ts->ts_waitq, CAST_EVENT64_T(event), result, priority); in wakeup_with_inheritor_and_turnstile_type()
1809 if (wokeup != NULL) { in wakeup_with_inheritor_and_turnstile_type()
1811 *thread_wokenup = wokeup; in wakeup_with_inheritor_and_turnstile_type()
1813 thread_deallocate_safe(wokeup); in wakeup_with_inheritor_and_turnstile_type()