Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp577 kmp_uint32 next_child_tid = child_tid + (1 << level); in __kmp_hyper_barrier_gather() local
579 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_gather()
581 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_arrived); in __kmp_hyper_barrier_gather()
748 kmp_uint32 next_child_tid = child_tid - (1 << level); in __kmp_hyper_barrier_release() local
751 if (child - 1 >= 1 && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
753 if (child + 1 < branch_factor && next_child_tid < num_threads) in __kmp_hyper_barrier_release()
756 &other_threads[next_child_tid]->th.th_bar[bt].bb.b_go); in __kmp_hyper_barrier_release()