Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/arm/
H A Dmachine_routines_common.c157 sched_perfcontrol_thread_group_init_t sched_perfcontrol_thread_group_init = sched_perfcon… variable
183 sched_perfcontrol_thread_group_init = callbacks->thread_group_init; in sched_perfcontrol_register_callbacks()
185 sched_perfcontrol_thread_group_init = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
289 sched_perfcontrol_thread_group_init = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
574 if (sched_perfcontrol_thread_group_init == sched_perfcontrol_thread_group_default) { in machine_thread_group_init()
582 sched_perfcontrol_thread_group_init(&data); in machine_thread_group_init()