Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_dualq.c146 .thread_should_yield = sched_thread_should_yield,
H A Dsched_prim.h110 extern bool sched_thread_should_yield(processor_t processor, thread_t thread);
H A Dsched_clutch.c3159 .thread_should_yield = sched_thread_should_yield,
H A Dsched_prim.c830 sched_thread_should_yield(processor_t processor, thread_t thread) in sched_thread_should_yield() function