Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsyscall_subr.c136 thread_yield_with_continuation((thread_continue_t)swtch_continue, NULL); in swtch()
175 thread_yield_with_continuation((thread_continue_t)swtch_pri_continue, NULL); in swtch_pri()
325 thread_yield_with_continuation(thread_switch_continue, (void *)(intptr_t)option); in thread_switch()
330 thread_yield_with_continuation( in thread_yield_with_continuation() function
H A Dsched_prim.h757 extern void thread_yield_with_continuation(
/xnu-12377.81.4/bsd/pthread/
H A Dpthread_workqueue.c4865 thread_yield_with_continuation(workq_unpark_continue, NULL); in workq_unpark_continue()