Searched refs:shutdown_thread (Results 1 – 1 of 1) sorted by relevance
330 thread_t shutdown_thread = processor->idle_thread; in processor_doshutdown() local331 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()