Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/shadow_headers/
H A Dsched_prim.c409 thread_get_perfcontrol_class(thread_t thread) in thread_get_perfcontrol_class() function
/xnu-12377.81.4/osfmk/kern/
H A Dsched_prim.h558 extern perfcontrol_class_t thread_get_perfcontrol_class(
H A Dprocessor.c600 processor->current_perfctl_class = thread_get_perfcontrol_class(thread); in processor_state_update_from_thread()
H A Dsched_prim.c6288 thread_get_perfcontrol_class(thread_t thread) in thread_get_perfcontrol_class() function
/xnu-12377.81.4/osfmk/arm/
H A Dmachine_routines_common.c320 data->perfctl_class = thread_get_perfcontrol_class(thread); in machine_switch_populate_perfcontrol_thread_data()