Searched refs:th_disp_buffer (Results 1 – 5 of 5) sorted by relevance
861 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init()892 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_init()902 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init()1242 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()1248 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()1385 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()1391 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()2034 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_next()2196 &team->t.t_dispatch[i].th_disp_buffer[idx]); in __kmp_dispatch_next()
1251 if (!serial_team->t.t_dispatch->th_disp_buffer) { in __kmp_serialized_parallel()1252 serial_team->t.t_dispatch->th_disp_buffer = in __kmp_serialized_parallel()1289 serial_team->t.t_dispatch->th_disp_buffer = disp_buffer; in __kmp_serialized_parallel()3079 if (team->t.t_dispatch[i].th_disp_buffer != NULL) { in __kmp_free_team_arrays()3080 __kmp_free(team->t.t_dispatch[i].th_disp_buffer); in __kmp_free_team_arrays()3081 team->t.t_dispatch[i].th_disp_buffer = NULL; in __kmp_free_team_arrays()4188 if (!dispatch->th_disp_buffer) { in __kmp_initialize_info()4189 dispatch->th_disp_buffer = in __kmp_initialize_info()4194 gtid, &dispatch->th_disp_buffer[0], in __kmp_initialize_info()4195 &dispatch->th_disp_buffer[team->t.t_max_nproc == 1 in __kmp_initialize_info()[all …]
585 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch->th_disp_buffer); in __kmpc_end_serialized_parallel()588 serial_team->t.t_dispatch->th_disp_buffer; in __kmpc_end_serialized_parallel()589 serial_team->t.t_dispatch->th_disp_buffer = in __kmpc_end_serialized_parallel()590 serial_team->t.t_dispatch->th_disp_buffer->next; in __kmpc_end_serialized_parallel()
962 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init_hierarchy()
1837 dispatch_private_info_t *th_disp_buffer; member