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,
880 thread_t (*choose_thread)( member
3188 .choose_thread = sched_clutch_choose_thread,3827 .choose_thread = sched_clutch_choose_thread,
2722 …if ((new_thread = SCHED(choose_thread)(processor, MINPRI, current_thread_can_keep_running ? thread… in thread_select()