Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm/
H A Dmachine_routines_common.c597 data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_init()
611 data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_deinit()
625 data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_flags_update()
648 blocked_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_blocked()
661 blocking_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_blocked()
690 unblocked_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_unblocked()
703 unblocking_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_unblocked()
H A Dmachine_routines.h871 uint32_t thread_group_size; member