Home
last modified time | relevance | path

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

/xnu-8020.140.41/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.c355 thread_run(self, NULL, NULL, shutdown_thread); in processor_doshutdown()
H A Dsched_prim.c3755 thread_run( in thread_run() function
6367 thread_run(processor->idle_thread, in idle_thread()