Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_group.h120 void thread_group_init(void);
H A Dstartup.c525 thread_group_init(); in kernel_bootstrap()
H A Dthread_group.c98 thread_group_init(void) in thread_group_init() function
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c182 if (callbacks->thread_group_init != NULL) { in sched_perfcontrol_register_callbacks()
183 sched_perfcontrol_thread_group_init = callbacks->thread_group_init; in sched_perfcontrol_register_callbacks()
H A Dmachine_routines.h1134 sched_perfcontrol_thread_group_init_t thread_group_init; member