Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dstartup.c180 static void kernel_bootstrap_thread(void);
567 …result = kernel_thread_create((thread_continue_t)kernel_bootstrap_thread, NULL, MAXPRI_KERNEL, &th… in kernel_bootstrap()
596 kernel_bootstrap_thread(void) in kernel_bootstrap_thread() function