Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp1101 CCAST(dispatch_shared_info_t *, (volatile dispatch_shared_info_t *)sh); in __kmp_dispatch_init()
2521 CCAST(dispatch_shared_info_t *, (volatile dispatch_shared_info_t *)sh); in __kmpc_sections_init()
H A Dkmp.h2067 } dispatch_shared_info_t; typedef
2075 dispatch_shared_info_t *th_dispatch_sh_current;
3171 dispatch_shared_info_t *t_disp_buffer; // buffers for dispatch system
H A Dkmp_csupport.cpp4098 dispatch_shared_info_t *sh_buf; in __kmpc_doacross_init()
4413 dispatch_shared_info_t *sh_buf = in __kmpc_doacross_fini()
H A Dkmp_runtime.cpp559 sizeof(dispatch_shared_info_t) * num_disp_buff, in __kmp_print_team_storage_map()
3242 team->t.t_disp_buffer = (dispatch_shared_info_t *)__kmp_allocate( in __kmp_allocate_team_arrays()
3243 sizeof(dispatch_shared_info_t) * num_disp_buff); in __kmp_allocate_team_arrays()