Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_clutch.c2935 thread_t highest_thread = NULL; in sched_clutch_hierarchy_thread_highest() local
2943 highest_thread = processor->active_thread; in sched_clutch_hierarchy_thread_highest()
2962highest_thread = sched_clutch_thread_bound_lookup(root_clutch, root_bucket, processor, prev_thread… in sched_clutch_hierarchy_thread_highest()
2964highest_thread = sched_clutch_thread_unbound_lookup(root_clutch, root_bucket, processor, prev_thre… in sched_clutch_hierarchy_thread_highest()
2968 …(mode == SCHED_CLUTCH_TRAVERSE_REMOVE_CONSIDER_CURRENT && highest_thread != processor->active_thre… in sched_clutch_hierarchy_thread_highest()
2969 …assert(mode != SCHED_CLUTCH_TRAVERSE_REMOVE_HIERARCHY_ONLY || highest_thread != processor->active_… in sched_clutch_hierarchy_thread_highest()
2970 …sched_clutch_thread_remove(root_clutch, highest_thread, current_timestamp, SCHED_CLUTCH_BUCKET_OPT… in sched_clutch_hierarchy_thread_highest()
2979 …thread_tid(highest_thread), thread_group_get_id(highest_thread->thread_group), root_bucket->scrb_b… in sched_clutch_hierarchy_thread_highest()
2980 return highest_thread; in sched_clutch_hierarchy_thread_highest()