Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsyscall_subr.c293 thread_run(self, thread_switch_continue, (void *)(intptr_t)option, pulled_thread); in thread_switch()
373 int result = thread_run(self, continuation, parameter, pulled_thread); in thread_handoff_internal()
H A Dsched_prim.h151 extern int thread_run(
H A Dmachine.c337 thread_run(current_thread(), THREAD_CONTINUE_NULL, NULL, shutdown_thread); in processor_doshutdown()
H A Dsched_prim.c4118 thread_run( in thread_run() function
6944 thread_run(processor->idle_thread, in idle_thread()