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

/darwin-on-arm/xnu/osfmk/kern/
H A Dstartup.c122 static void kernel_bootstrap_thread(void);
247 result = kernel_thread_create((thread_continue_t)kernel_bootstrap_thread, NULL, MAXPRI_KERNEL, &thread);
268 kernel_bootstrap_thread(void) function
272 #define kernel_bootstrap_thread_kprintf(x...) /* kprintf("kernel_bootstrap_thread: " x) */

Completed in 9 milliseconds