Searched refs:startup_thread (Results 1 – 3 of 3) sorted by relevance
899 if (processor->startup_thread != THREAD_NULL) { in cpu_start()900 first_thread = processor->startup_thread; in cpu_start()
408 struct thread *startup_thread; member
315 processor->active_thread = processor->startup_thread = processor->idle_thread = THREAD_NULL; in processor_init()