Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dsched_dualq.c108 .choose_thread = sched_dualq_choose_thread,
H A Dsched_amp.c124 .choose_thread = sched_amp_choose_thread,
H A Dsched_prim.h897 thread_t (*choose_thread)( member
H A Dsched_clutch.c3114 .choose_thread = sched_clutch_choose_thread,
3736 .choose_thread = sched_clutch_choose_thread,
H A Dsched_prim.c3080 …if ((new_thread = SCHED(choose_thread)(processor, MINPRI, current_thread_can_keep_running ? thread… in thread_select()