Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_traditional.c181 .thread_should_yield = sched_thread_should_yield,
236 .thread_should_yield = sched_thread_should_yield,
H A Dsched_proto.c201 .thread_should_yield = sched_thread_should_yield,
H A Dsched_dualq.c147 .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_grrr.c238 .thread_should_yield = sched_thread_should_yield,
H A Dsched_multiq.c337 .thread_should_yield = sched_thread_should_yield,
H A Dsched_clutch.c2784 .thread_should_yield = sched_thread_should_yield,
H A Dsched_prim.c652 sched_thread_should_yield(processor_t processor, thread_t thread) in sched_thread_should_yield() function