Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/arm/
H A Dmachine_routines_common.c582 data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_init()
596 data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_deinit()
610 data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_flags_update()
633 blocked_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_blocked()
646 blocking_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_blocked()
675 unblocked_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_unblocked()
688 unblocking_data.thread_group_size = thread_group_machine_data_size(); in machine_thread_group_unblocked()
/xnu-10002.81.5/osfmk/kern/
H A Dthread_group.h129 uint32_t thread_group_machine_data_size(void);
H A Dthread_group.c1216 thread_group_machine_data_size(void) in thread_group_machine_data_size() function