Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dmachine_routines_common.c634 struct thread_group_data blocked_data; in machine_thread_group_blocked() local
637 blocked_data.thread_group_id = thread_group_get_id(blocked_tg); in machine_thread_group_blocked()
638 blocked_data.thread_group_data = thread_group_get_machine_data(blocked_tg); in machine_thread_group_blocked()
639 blocked_data.thread_group_size = thread_group_machine_data_size(); 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()