Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm64/
H A Dcpu.c900 if (processor->startup_thread != THREAD_NULL) { in cpu_start()
901 first_thread = processor->startup_thread; in cpu_start()
/xnu-11215/osfmk/kern/
H A Dprocessor.h399 struct thread *startup_thread; member
H A Dprocessor.c314 processor->active_thread = processor->startup_thread = processor->idle_thread = THREAD_NULL; in processor_init()