Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_boot.c67 static thread_t exclaves_boot_thread = THREAD_NULL; variable
241 exclaves_boot_thread = current_thread(); in exclaves_boot_exclavecore()
243 exclaves_boot_thread = THREAD_NULL; in exclaves_boot_exclavecore()
369 current_thread() == exclaves_boot_thread) { in exclaves_boot_wait()