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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  804   bool tid_changed = tid != thr_bar->old_tid;
  815             tid)) { // if not master, find parent thread in hierarchy
  824         } else if ((rem = tid % thr_bar->skip_per_level[d + 1]) !=
  827           thr_bar->parent_tid = tid - rem;
  834     thr_bar->offset = 7 - (tid - thr_bar->parent_tid - 1);
  835     thr_bar->old_tid = tid;
  852     if (thr_bar->leaf_kids && (kmp_uint32)tid + thr_bar->leaf_kids + 1 > nproc)
  853       thr_bar->leaf_kids = nproc - tid - 1;