Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/arm/
H A Dmachine_routines_common.c158 sched_perfcontrol_thread_group_deinit_t sched_perfcontrol_thread_group_deinit = sched_perfc… variable
188 sched_perfcontrol_thread_group_deinit = callbacks->thread_group_deinit; in sched_perfcontrol_register_callbacks()
190 sched_perfcontrol_thread_group_deinit = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
290 sched_perfcontrol_thread_group_deinit = sched_perfcontrol_thread_group_default; in sched_perfcontrol_register_callbacks()
588 if (sched_perfcontrol_thread_group_deinit == sched_perfcontrol_thread_group_default) { in machine_thread_group_deinit()
596 sched_perfcontrol_thread_group_deinit(&data); in machine_thread_group_deinit()