Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/kern/
H A Dsched_amp_common.c366 if (eprocessor->current_thread_group == tg) { in sched_amp_bounce_thread_group_from_ecores()
H A Dstartup.c936 processor->current_thread_group = thread_group_get(thread); in load_context()
H A Dprocessor.h357 struct thread_group *current_thread_group; /* thread_group of current thread */ member
H A Dprocessor.c431 processor->current_thread_group = NULL; in processor_state_update_idle()
461 processor->current_thread_group = thread_group_get(thread); in processor_state_update_from_thread()
H A Dsched_clutch.c4721 boolean_t expected_tg = (src_processor->current_thread_group == sched_clutch->sc_tg); in sched_edge_migrate_thread_group_running_threads()