Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dmachine.c351 thread_t shutdown_thread = processor->idle_thread; in processor_doshutdown() local
352 shutdown_thread->continuation = processor_offline; in processor_doshutdown()
353 shutdown_thread->parameter = processor; in processor_doshutdown()
355 thread_run(self, NULL, NULL, shutdown_thread); in processor_doshutdown()