Searched refs:sched_thread_should_yield (Results 1 – 4 of 4) sorted by relevance
146 .thread_should_yield = sched_thread_should_yield,
110 extern bool sched_thread_should_yield(processor_t processor, thread_t thread);
3159 .thread_should_yield = sched_thread_should_yield,
830 sched_thread_should_yield(processor_t processor, thread_t thread) in sched_thread_should_yield() function