Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/arm/
H A Dmachine_routines_common.c156 sched_perfcontrol_thread_group_init_t sched_perfcontrol_thread_group_init = sched_perfcon… variable
182 sched_perfcontrol_thread_group_init = callbacks->thread_group_init; in sched_perfcontrol_register_callbacks()
184 sched_perfcontrol_thread_group_init = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
288 sched_perfcontrol_thread_group_init = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
573 if (sched_perfcontrol_thread_group_init == sched_perfcontrol_thread_group_default) { in machine_thread_group_init()
581 sched_perfcontrol_thread_group_init(&data); in machine_thread_group_init()