Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/arm/
H A Dmachine_routines_common.c159 sched_perfcontrol_thread_group_init_t sched_perfcontrol_thread_group_init = sched_perfcon… variable
185 sched_perfcontrol_thread_group_init = callbacks->thread_group_init; in sched_perfcontrol_register_callbacks()
187 sched_perfcontrol_thread_group_init = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
291 sched_perfcontrol_thread_group_init = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
575 if (sched_perfcontrol_thread_group_init == sched_perfcontrol_thread_group_default) { in machine_thread_group_init()
583 sched_perfcontrol_thread_group_init(&data); in machine_thread_group_init()