Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/arm/
H A Dmachine_routines_common.c163 sched_perfcontrol_thread_group_blocked_t sched_perfcontrol_thread_group_blocked = sched_perf… variable
203 sched_perfcontrol_thread_group_blocked = callbacks->thread_group_blocked; in sched_perfcontrol_register_callbacks()
205 sched_perfcontrol_thread_group_blocked = sched_perfcontrol_thread_group_blocked_default; in sched_perfcontrol_register_callbacks()
294 sched_perfcontrol_thread_group_blocked = sched_perfcontrol_thread_group_blocked_default; in sched_perfcontrol_register_callbacks()
627 if (sched_perfcontrol_thread_group_blocked == sched_perfcontrol_thread_group_blocked_default) { in machine_thread_group_blocked()
647 sched_perfcontrol_thread_group_blocked(&blocked_data, NULL, flags, state); in machine_thread_group_blocked()
653 sched_perfcontrol_thread_group_blocked(&blocked_data, &blocking_data, flags, state); in machine_thread_group_blocked()