Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_inspection.c64 static uint8_t exclaves_collect_thread_ready = 0; variable
299 exclaves_collect_thread_ready = true; in exclaves_collect_threads_thread()
300 wakeup_all_with_inheritor(&exclaves_collect_thread_ready, THREAD_AWAKENED); in exclaves_collect_threads_thread()
460 while (!exclaves_collect_thread_ready) { in exclaves_inspection_init()
461 …itor(&exclaves_collect_init_mtx, LCK_SLEEP_DEFAULT, (event_t)&exclaves_collect_thread_ready, excla… in exclaves_inspection_init()