Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_prim.c2527 bool current_thread_can_keep_running = ( in thread_select() local
2535 if (current_thread_can_keep_running) { in thread_select()
2752 …if ((new_thread = SCHED(choose_thread)(processor, MINPRI, current_thread_can_keep_running ? thread… in thread_select()
2853 if ((idle_reason == 0) && current_thread_can_keep_running) { in thread_select()