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

/darwin-on-arm/xnu/osfmk/kern/
H A Dmachine.h49 extern void processor_start_thread(void *machine_param);
H A Dstartup.c443 thread->continuation = (thread_continue_t)processor_start_thread;
456 * processor_start_thread:
463 processor_start_thread(void *machine_param) function
H A Dprocessor.c455 result = kernel_thread_create((thread_continue_t)processor_start_thread, NULL, MAXPRI_KERNEL, &thread);

Completed in 26 milliseconds