Searched refs:th_disp_buffer (Results 1 – 5 of 5) sorted by relevance
1025 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init()1056 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_init()1066 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init()1406 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()1412 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()1549 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()1555 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()2211 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_next()2374 &team->t.t_dispatch[i].th_disp_buffer[idx]); in __kmp_dispatch_next()
1293 if (!serial_team->t.t_dispatch->th_disp_buffer) { in __kmp_serialized_parallel()1294 serial_team->t.t_dispatch->th_disp_buffer = in __kmp_serialized_parallel()1331 serial_team->t.t_dispatch->th_disp_buffer = disp_buffer; in __kmp_serialized_parallel()3261 if (team->t.t_dispatch[i].th_disp_buffer != NULL) { in __kmp_free_team_arrays()3262 __kmp_free(team->t.t_dispatch[i].th_disp_buffer); in __kmp_free_team_arrays()3263 team->t.t_dispatch[i].th_disp_buffer = NULL; in __kmp_free_team_arrays()4377 if (!dispatch->th_disp_buffer) { in __kmp_initialize_info()4378 dispatch->th_disp_buffer = in __kmp_initialize_info()4383 gtid, &dispatch->th_disp_buffer[0], in __kmp_initialize_info()4384 &dispatch->th_disp_buffer[team->t.t_max_nproc == 1 in __kmp_initialize_info()[all …]
648 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch->th_disp_buffer); in __kmpc_end_serialized_parallel()651 serial_team->t.t_dispatch->th_disp_buffer; in __kmpc_end_serialized_parallel()652 serial_team->t.t_dispatch->th_disp_buffer = in __kmpc_end_serialized_parallel()653 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()
2078 dispatch_private_info_t *th_disp_buffer; member