Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c226 cpus[cpu_id]->current_thread_group = ((thread_t)thread)->thread_group; in clutch_impl_cpu_set_thread_current()
/xnu-11417.101.15/osfmk/kern/
H A Dsched_amp_common.c379 if (eprocessor->current_thread_group == tg) { in sched_amp_bounce_thread_group_from_ecores()
H A Dprocessor.h426 struct thread_group *current_thread_group; /* thread_group of current thread */ member
H A Dprocessor.c509 processor->current_thread_group = NULL; in processor_state_update_idle()
541 processor->current_thread_group = thread_group_get(thread); in processor_state_update_from_thread()
H A Dsched_clutch.c5078 boolean_t expected_tg = (src_processor->current_thread_group == sched_clutch->sc_tg); in sched_edge_migrate_thread_group_running_threads()