reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1165         for (child_tid = thr_bar->skip_per_level[1]; child_tid < (int)nproc;
 1165         for (child_tid = thr_bar->skip_per_level[1]; child_tid < (int)nproc;
 1166              child_tid += thr_bar->skip_per_level[1]) {
 1168               &team->t.t_threads[child_tid]->th.th_bar[bt].bb;
 1196           for (child_tid = tid + 1 + old_leaf_kids; child_tid < (int)last;
 1196           for (child_tid = tid + 1 + old_leaf_kids; child_tid < (int)last;
 1197                ++child_tid) { // skip_per_level[0]=1
 1198             kmp_info_t *child_thr = team->t.t_threads[child_tid];
 1224         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
 1224         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
 1224         for (child_tid = tid + skip; child_tid < (int)last; child_tid += skip) {
 1225           kmp_info_t *child_thr = team->t.t_threads[child_tid];