Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_runtime.cpp1350 if (!serial_team->t.t_dispatch->th_disp_buffer) { in __kmp_serialized_parallel()
1351 serial_team->t.t_dispatch->th_disp_buffer = in __kmp_serialized_parallel()
1388 serial_team->t.t_dispatch->th_disp_buffer = disp_buffer; in __kmp_serialized_parallel()
3112 if (team->t.t_dispatch[i].th_disp_buffer != NULL) { in __kmp_free_team_arrays()
3113 __kmp_free(team->t.t_dispatch[i].th_disp_buffer); in __kmp_free_team_arrays()
3114 team->t.t_dispatch[i].th_disp_buffer = NULL; in __kmp_free_team_arrays()
4161 if (!dispatch->th_disp_buffer) { in __kmp_initialize_info()
4162 dispatch->th_disp_buffer = in __kmp_initialize_info()
4167 gtid, &dispatch->th_disp_buffer[0], in __kmp_initialize_info()
4168 &dispatch->th_disp_buffer[team->t.t_max_nproc == 1 in __kmp_initialize_info()
[all …]
H A Dkmp_dispatch_hier.h937 th->th.th_dispatch->th_disp_buffer); in __kmp_dispatch_init_hierarchy()
949 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init_hierarchy()
H A Dkmp_dispatch.cpp783 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init()
817 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_init()
827 ->th_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]); in __kmp_dispatch_init()
1882 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_next()
H A Dkmp_csupport.cpp544 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch->th_disp_buffer); in __kmpc_end_serialized_parallel()
547 serial_team->t.t_dispatch->th_disp_buffer; in __kmpc_end_serialized_parallel()
548 serial_team->t.t_dispatch->th_disp_buffer = in __kmpc_end_serialized_parallel()
549 serial_team->t.t_dispatch->th_disp_buffer->next; in __kmpc_end_serialized_parallel()
H A Dkmp.h1749 dispatch_private_info_t *th_disp_buffer; member