Home
last modified time | relevance | path

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

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