Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch_hier.h183 dispatch_shared_info_template<T> volatile *get_curr_sh(kmp_uint64 index) { in get_curr_sh() function
408 dispatch_shared_info_template<T> volatile *get_curr_sh(kmp_uint64 index) { in get_curr_sh() function
409 return hier_barrier.get_curr_sh(index); in get_curr_sh()
522 parent->get_curr_sh(th->th.th_hier_bar_data[hier_level + 1].index); in next_recurse()
549 my_sh = parent->get_curr_sh(upper_tdata->index); in next_recurse()
794 auto sh = parent->get_curr_sh(tdata->index); in next()
809 sh = parent->get_curr_sh(tdata->index); in next()