Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dsched_prim.c2648 …bool current_thread_can_keep_running = (still_running && !needs_smt_rebalance && !affinity_mismatc… in thread_select() local
2649 if (current_thread_can_keep_running) { in thread_select()
2936 if ((idle_reason == 0) && current_thread_can_keep_running) { in thread_select()