Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/arm/
H A Dmachine_routines.h899 typedef struct thread_group_data *thread_group_data_t; typedef
1062 typedef void (*sched_perfcontrol_thread_group_init_t)(thread_group_data_t);
1063 typedef void (*sched_perfcontrol_thread_group_deinit_t)(thread_group_data_t);
1064 typedef void (*sched_perfcontrol_thread_group_flags_update_t)(thread_group_data_t);
1116thread_group_data_t blocked_tg, thread_group_data_t blocking_tg, uint32_t flags, perfcontrol_state…
1128thread_group_data_t unblocked_tg, thread_group_data_t unblocking_tg, uint32_t flags, perfcontrol_s…
H A Dmachine_routines_common.c94 sched_perfcontrol_thread_group_default(thread_group_data_t data __unused) in sched_perfcontrol_thread_group_default()
139 __unused thread_group_data_t blocked_tg, __unused thread_group_data_t blocking_tg, in sched_perfcontrol_thread_group_blocked_default()
146 __unused thread_group_data_t unblocked_tg, __unused thread_group_data_t unblocking_tg, in sched_perfcontrol_thread_group_unblocked_default()