Searched refs:choose_thread (Results 1 – 5 of 5) sorted by relevance
109 .choose_thread = sched_dualq_choose_thread,
129 .choose_thread = sched_amp_choose_thread,
881 thread_t (*choose_thread)( member
3209 .choose_thread = sched_clutch_choose_thread,3844 .choose_thread = sched_clutch_choose_thread,
2752 …if ((new_thread = SCHED(choose_thread)(processor, MINPRI, current_thread_can_keep_running ? thread… in thread_select()