Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.c3274 …bool has_prev_thread = mode == SCHED_CLUTCH_TRAVERSE_CHECK_PREEMPT || mode == SCHED_CLUTCH_TRAVERS… in sched_clutch_processor_highest_thread() local
3275 thread_t prev_thread = has_prev_thread ? processor->active_thread : NULL; in sched_clutch_processor_highest_thread()
3283 if (has_prev_thread) { in sched_clutch_processor_highest_thread()
3296 …bool prev_thread_is_not_processor_bound = has_prev_thread && (prev_thread->bound_processor == NULL… in sched_clutch_processor_highest_thread()
3297 bool prev_thread_is_processor_bound = has_prev_thread && (prev_thread->bound_processor != NULL); in sched_clutch_processor_highest_thread()