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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  803   bool team_sz_changed = nproc != thr_bar->nproc;
  808     __kmp_get_hierarchy(nproc, thr_bar);
  848     thr_bar->nproc = nproc;
  852     if (thr_bar->leaf_kids && (kmp_uint32)tid + thr_bar->leaf_kids + 1 > nproc)
  853       thr_bar->leaf_kids = nproc - tid - 1;