Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/ !
H A Dsyscall_subr.c177 thread_switch_continue(void *parameter, __unused int ret) in thread_switch_continue() function
293 thread_run(self, thread_switch_continue, (void *)(intptr_t)option, pulled_thread); in thread_switch()
319 thread_yield_with_continuation(thread_switch_continue, (void *)(intptr_t)option); in thread_switch()