Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_dualq.c109 .choose_thread = sched_dualq_choose_thread,
H A Dsched_amp.c129 .choose_thread = sched_amp_choose_thread,
H A Dsched_prim.h880 thread_t (*choose_thread)( member
H A Dsched_clutch.c3188 .choose_thread = sched_clutch_choose_thread,
3827 .choose_thread = sched_clutch_choose_thread,
H A Dsched_prim.c2722 …if ((new_thread = SCHED(choose_thread)(processor, MINPRI, current_thread_can_keep_running ? thread… in thread_select()