Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dstartup.c859 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()
H A Dprocessor.c258 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()
H A Dprocessor.h333 struct thread *startup_thread; member
/xnu-8020.121.3/osfmk/arm/
H A Dcpu.c429 if (processor->startup_thread != THREAD_NULL) { in cpu_start()
430 first_thread = processor->startup_thread; in cpu_start()
/xnu-8020.121.3/osfmk/arm64/
H A Dcpu.c922 if (processor->startup_thread != THREAD_NULL) { in cpu_start()
923 first_thread = processor->startup_thread; in cpu_start()