Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/
H A Dmachine.h51 extern void processor_start_thread(void *machine_param,
H A Dstartup.c844 thread->continuation = processor_start_thread; in slave_main()
860 processor_start_thread(void *machine_param, in processor_start_thread() function
H A Dprocessor.c877 result = kernel_thread_create(processor_start_thread, NULL, MAXPRI_KERNEL, &thread); in processor_startup()