Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/arm/
H A Dmachine_routines_common.c154 sched_perfcontrol_thread_group_init_t sched_perfcontrol_thread_group_init = sched_perfcon… variable
180 sched_perfcontrol_thread_group_init = callbacks->thread_group_init; in sched_perfcontrol_register_callbacks()
182 sched_perfcontrol_thread_group_init = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
286 sched_perfcontrol_thread_group_init = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
582 if (sched_perfcontrol_thread_group_init == sched_perfcontrol_thread_group_default) { in machine_thread_group_init()
590 sched_perfcontrol_thread_group_init(&data); in machine_thread_group_init()