Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/arm64/
H A Dcpu.c898 if (processor->startup_thread != THREAD_NULL) { in cpu_start()
899 first_thread = processor->startup_thread; in cpu_start()
/xnu-12377.41.6/osfmk/kern/
H A Dprocessor.h452 struct thread *startup_thread; member
H A Dprocessor.c324 processor->active_thread = processor->startup_thread = processor->idle_thread = THREAD_NULL; in processor_init()