Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dlocks.c1215 thread_t wokeup; in wakeup_with_inheritor_and_turnstile() local
1237 wokeup = waitq_wakeup64_identify(&ts->ts_waitq, in wakeup_with_inheritor_and_turnstile()
1239 if (wokeup != NULL) { in wakeup_with_inheritor_and_turnstile()
1241 *thread_wokenup = wokeup; in wakeup_with_inheritor_and_turnstile()
1243 thread_deallocate_safe(wokeup); in wakeup_with_inheritor_and_turnstile()