Searched refs:choose_thread (Results 1 – 5 of 5) sorted by relevance
108 .choose_thread = sched_dualq_choose_thread,
124 .choose_thread = sched_amp_choose_thread,
897 thread_t (*choose_thread)( member
3114 .choose_thread = sched_clutch_choose_thread,3736 .choose_thread = sched_clutch_choose_thread,
3080 …if ((new_thread = SCHED(choose_thread)(processor, MINPRI, current_thread_can_keep_running ? thread… in thread_select()