Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dstartup.c173 static void kernel_bootstrap_thread(void);
582 …result = kernel_thread_create((thread_continue_t)kernel_bootstrap_thread, NULL, MAXPRI_KERNEL, &th… in kernel_bootstrap()
611 kernel_bootstrap_thread(void) in kernel_bootstrap_thread() function