Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsyscall_subr.c179 thread_switch_continue(void *parameter, __unused int ret) in thread_switch_continue() function
299 thread_run(self, thread_switch_continue, (void *)(intptr_t)option, pulled_thread); in thread_switch()
325 thread_yield_with_continuation(thread_switch_continue, (void *)(intptr_t)option); in thread_switch()