Home
last modified time | relevance | path

Searched refs:dispatch_shared_info_t (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp.h1803 } dispatch_shared_info_t; typedef
1811 dispatch_shared_info_t *th_dispatch_sh_current;
2748 dispatch_shared_info_t *t_disp_buffer; // buffers for dispatch system
Dkmp_dispatch.cpp913 CCAST(dispatch_shared_info_t *, (volatile dispatch_shared_info_t *)sh); in __kmp_dispatch_init()
Dkmp_csupport.cpp3876 dispatch_shared_info_t *sh_buf; in __kmpc_doacross_init()
4187 dispatch_shared_info_t *sh_buf = in __kmpc_doacross_fini()
Dkmp_runtime.cpp534 sizeof(dispatch_shared_info_t) * num_disp_buff, in __kmp_print_team_storage_map()
3057 team->t.t_disp_buffer = (dispatch_shared_info_t *)__kmp_allocate( in __kmp_allocate_team_arrays()
3058 sizeof(dispatch_shared_info_t) * num_disp_buff); in __kmp_allocate_team_arrays()