Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsyscall_subr.c306 bool should_yield = SCHED(thread_should_yield)(current_processor(), current_thread()); in thread_switch() local
309 if (should_yield == false) { in thread_switch()