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