Searched refs:thread_group_data (Results 1 – 4 of 4) sorted by relevance
317 data->thread_group_data = thread_group_get_machine_data(tg); in machine_switch_populate_perfcontrol_thread_data()522 on_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_on_core()556 off_core.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_going_off_core()578 struct thread_group_data data; in machine_thread_group_init()580 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_init()592 struct thread_group_data data; in machine_thread_group_deinit()594 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_deinit()606 struct thread_group_data data; in machine_thread_group_flags_update()608 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_flags_update()627 struct thread_group_data blocked_data; in machine_thread_group_blocked()[all …]
945 void *thread_group_data; member960 void *thread_group_data; member964 struct thread_group_data { struct966 void *thread_group_data; argument970 typedef struct thread_group_data *thread_group_data_t; argument988 void *thread_group_data; member1010 void *thread_group_data; member1054 void *thread_group_data; member
371 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmit()404 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitAndBegin()443 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workBegin()465 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workEnd()556 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workSubmitAndBeginWithContext()591 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitWithContext()631 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workUpdateWithContext()659 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workBeginWithContext()687 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workEndWithContext()
274 void *thread_group_data; member