Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Darcade.c103 static boolean_t arcade_upcall_refresh_in_progress = FALSE; variable
162 if (arcade_upcall_refresh_in_progress) { in arcade_register_new_upcall()
191 if (arcade_upcall_refresh_in_progress) { in arcade_upcall_refresh()
194 &arcade_upcall_refresh_in_progress, THREAD_INTERRUPTIBLE); in arcade_upcall_refresh()
198 arcade_upcall_refresh_in_progress = TRUE; in arcade_upcall_refresh()
240 arcade_upcall_refresh_in_progress = FALSE; in arcade_upcall_refresh()
245 thread_wakeup_with_result(&arcade_upcall_refresh_in_progress, wr); in arcade_upcall_refresh()