Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c626 struct thread_group_data blocked_data; in machine_thread_group_blocked() local
629 blocked_data.thread_group_id = thread_group_get_id(blocked_tg); in machine_thread_group_blocked()
630 blocked_data.thread_group_data = thread_group_get_machine_data(blocked_tg); in machine_thread_group_blocked()
631 blocked_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_blocked()
639 sched_perfcontrol_thread_group_blocked(&blocked_data, NULL, flags, state); in machine_thread_group_blocked()
645 sched_perfcontrol_thread_group_blocked(&blocked_data, &blocking_data, flags, state); in machine_thread_group_blocked()