Searched refs:still_running (Results 1 – 1 of 1) sorted by relevance
2445 …bool still_running = ((thread->state & (TH_TERMINATE | TH_IDLE | TH_WAIT | TH_RUN | TH_SUSP)) == T… in thread_select() local2467 …bool current_thread_can_keep_running = (still_running && !needs_smt_rebalance && !affinity_mismatc… in thread_select()