Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c187 if (callbacks->thread_group_deinit != NULL) { in sched_perfcontrol_register_callbacks()
188 sched_perfcontrol_thread_group_deinit = callbacks->thread_group_deinit; in sched_perfcontrol_register_callbacks()
H A Dmachine_routines.h1135 sched_perfcontrol_thread_group_deinit_t thread_group_deinit; member