Searched refs:thread_group_data (Results 1 – 4 of 4) sorted by relevance
315 data->thread_group_data = thread_group_get_machine_data(tg); in machine_switch_populate_perfcontrol_thread_data()577 struct thread_group_data data; in machine_thread_group_init()579 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_init()591 struct thread_group_data data; in machine_thread_group_deinit()593 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_deinit()605 struct thread_group_data data; in machine_thread_group_flags_update()607 data.thread_group_data = thread_group_get_machine_data(tg); in machine_thread_group_flags_update()626 struct thread_group_data blocked_data; in machine_thread_group_blocked()641 struct thread_group_data blocking_data; in machine_thread_group_blocked()668 struct thread_group_data unblocked_data; in machine_thread_group_unblocked()[all …]
849 void *thread_group_data; member864 void *thread_group_data; member868 struct thread_group_data { struct870 void *thread_group_data; member874 typedef struct thread_group_data *thread_group_data_t; argument892 void *thread_group_data; member916 void *thread_group_data; member960 void *thread_group_data; member
404 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmit()437 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitAndBegin()476 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workBegin()498 .thread_group_data = thread_group_get_machine_data(entry->thread_group), in workEnd()601 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workSubmitAndBeginWithContext()636 .thread_group_data = thread_group_get_machine_data(thread_group), in workSubmitWithContext()682 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workUpdateWithContext()710 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workBeginWithContext()738 .thread_group_data = thread_group_get_machine_data(work_context->thread_group), in workEndWithContext()
285 void *thread_group_data; member