Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm64/
H A Dcpu.c899 if (processor->startup_thread != THREAD_NULL) { in cpu_start()
900 first_thread = processor->startup_thread; in cpu_start()
/xnu-11417.101.15/osfmk/kern/
H A Dprocessor.h408 struct thread *startup_thread; member
H A Dprocessor.c315 processor->active_thread = processor->startup_thread = processor->idle_thread = THREAD_NULL; in processor_init()