Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.c3372 thread_t next_thread = prev_thread; in sched_clutch_processor_highest_thread() local
3377next_thread = sched_clutch_hierarchy_thread_highest(root_clutch, processor, prev_thread_is_not_pro… in sched_clutch_processor_highest_thread()
3383next_thread = (mode == SCHED_CLUTCH_TRAVERSE_REMOVE_CONSIDER_CURRENT || mode == SCHED_CLUTCH_TRAVE… in sched_clutch_processor_highest_thread()
3385 assert(mode == SCHED_CLUTCH_TRAVERSE_REMOVE_HIERARCHY_ONLY || next_thread != prev_thread); in sched_clutch_processor_highest_thread()
3388 assert(next_thread != NULL); in sched_clutch_processor_highest_thread()
3389 return next_thread; in sched_clutch_processor_highest_thread()