Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsched_clutch.c3348 …bool has_prev_thread = mode == SCHED_CLUTCH_TRAVERSE_CHECK_PREEMPT || mode == SCHED_CLUTCH_TRAVERS… in sched_clutch_processor_highest_thread() local
3349 thread_t prev_thread = has_prev_thread ? processor->active_thread : NULL; in sched_clutch_processor_highest_thread()
3357 if (has_prev_thread) { in sched_clutch_processor_highest_thread()
3370 …bool prev_thread_is_not_processor_bound = has_prev_thread && (prev_thread->bound_processor == NULL… in sched_clutch_processor_highest_thread()
3371 bool prev_thread_is_processor_bound = has_prev_thread && (prev_thread->bound_processor != NULL); in sched_clutch_processor_highest_thread()