Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/arm/
H A Dmachine_routines.h970 typedef struct thread_group_data *thread_group_data_t; typedef
1133 typedef void (*sched_perfcontrol_thread_group_init_t)(thread_group_data_t);
1134 typedef void (*sched_perfcontrol_thread_group_deinit_t)(thread_group_data_t);
1135 typedef void (*sched_perfcontrol_thread_group_flags_update_t)(thread_group_data_t);
1187thread_group_data_t blocked_tg, thread_group_data_t blocking_tg, uint32_t flags, perfcontrol_state…
1199thread_group_data_t unblocked_tg, thread_group_data_t unblocking_tg, uint32_t flags, perfcontrol_s…
H A Dmachine_routines_common.c99 sched_perfcontrol_thread_group_default(thread_group_data_t data __unused) in sched_perfcontrol_thread_group_default()
144 __unused thread_group_data_t blocked_tg, __unused thread_group_data_t blocking_tg, in sched_perfcontrol_thread_group_blocked_default()
151 __unused thread_group_data_t unblocked_tg, __unused thread_group_data_t unblocking_tg, in sched_perfcontrol_thread_group_unblocked_default()