Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dsyscall_subr.c134 thread_yield_with_continuation((thread_continue_t)swtch_continue, NULL); in swtch()
173 thread_yield_with_continuation((thread_continue_t)swtch_pri_continue, NULL); in swtch_pri()
319 thread_yield_with_continuation(thread_switch_continue, (void *)(intptr_t)option); in thread_switch()
324 thread_yield_with_continuation( in thread_yield_with_continuation() function
H A Dsched_prim.h753 extern void thread_yield_with_continuation(
/xnu-10002.61.3/bsd/pthread/
H A Dpthread_workqueue.c4547 thread_yield_with_continuation(workq_unpark_continue, NULL); in workq_unpark_continue()