Searched refs:startup_thread (Results 1 – 5 of 5) sorted by relevance
859 assert(processor->startup_thread == THREAD_NULL); in slave_main()863 } else if (processor->startup_thread) { in slave_main()864 thread = processor->startup_thread; in slave_main()865 processor->startup_thread = THREAD_NULL; in slave_main()
258 processor->active_thread = processor->startup_thread = processor->idle_thread = THREAD_NULL; in processor_init()853 processor->startup_thread == THREAD_NULL) { in processor_start()869 processor->startup_thread = thread; in processor_start()
333 struct thread *startup_thread; member
429 if (processor->startup_thread != THREAD_NULL) { in cpu_start()430 first_thread = processor->startup_thread; in cpu_start()
922 if (processor->startup_thread != THREAD_NULL) { in cpu_start()923 first_thread = processor->startup_thread; in cpu_start()