Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dmachine.c330 thread_t shutdown_thread = processor->idle_thread; in processor_doshutdown() local
331 shutdown_thread->continuation = processor_offline; in processor_doshutdown()
332 shutdown_thread->parameter = (void*)is_final_system_sleep; in processor_doshutdown()
334 thread_run(current_thread(), THREAD_CONTINUE_NULL, NULL, shutdown_thread); in processor_doshutdown()