Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp259 size_t group_start = tid + 1; in __kmp_dist_barrier_gather() local
268 for (size_t thr = group_start; thr < group_end; thr++) { in __kmp_dist_barrier_gather()
303 for (size_t thr = group_start; thr < group_end; thr++) { in __kmp_dist_barrier_gather()