Home
last modified time | relevance | path

Searched refs:th_disp_buffer (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_dispatch.cpp864 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init()
895 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_init()
905 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init()
1245 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1251 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1388 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1394 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
2050 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_next()
2213 &team->t.t_dispatch[i].th_disp_buffer[idx]); in __kmp_dispatch_next()
H A Dkmp_runtime.cpp1261 if (!serial_team->t.t_dispatch->th_disp_buffer) { in __kmp_serialized_parallel()
1262 serial_team->t.t_dispatch->th_disp_buffer = in __kmp_serialized_parallel()
1299 serial_team->t.t_dispatch->th_disp_buffer = disp_buffer; in __kmp_serialized_parallel()
3172 if (team->t.t_dispatch[i].th_disp_buffer != NULL) { in __kmp_free_team_arrays()
3173 __kmp_free(team->t.t_dispatch[i].th_disp_buffer); in __kmp_free_team_arrays()
3174 team->t.t_dispatch[i].th_disp_buffer = NULL; in __kmp_free_team_arrays()
4286 if (!dispatch->th_disp_buffer) { in __kmp_initialize_info()
4287 dispatch->th_disp_buffer = in __kmp_initialize_info()
4292 gtid, &dispatch->th_disp_buffer[0], in __kmp_initialize_info()
4293 &dispatch->th_disp_buffer[team->t.t_max_nproc == 1 in __kmp_initialize_info()
[all …]
H A Dkmp_csupport.cpp581 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch->th_disp_buffer); in __kmpc_end_serialized_parallel()
584 serial_team->t.t_dispatch->th_disp_buffer; in __kmpc_end_serialized_parallel()
585 serial_team->t.t_dispatch->th_disp_buffer = in __kmpc_end_serialized_parallel()
586 serial_team->t.t_dispatch->th_disp_buffer->next; in __kmpc_end_serialized_parallel()
H A Dkmp_dispatch_hier.h962 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init_hierarchy()
H A Dkmp.h1916 dispatch_private_info_t *th_disp_buffer; member