Home
last modified time | relevance | path

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

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