Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/arm/
H A Dmachine_routines.h1006 typedef struct thread_group_data *thread_group_data_t; typedef
1171 typedef void (*sched_perfcontrol_thread_group_init_t)(thread_group_data_t);
1172 typedef void (*sched_perfcontrol_thread_group_deinit_t)(thread_group_data_t);
1173 typedef void (*sched_perfcontrol_thread_group_flags_update_t)(thread_group_data_t);
1225thread_group_data_t blocked_tg, thread_group_data_t blocking_tg, uint32_t flags, perfcontrol_state…
1237thread_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()