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

References

projects/openmp/runtime/src/kmp_barrier.cpp
  849     thr_bar->leaf_kids = thr_bar->base_leaf_kids;
  851       thr_bar->leaf_kids = 0;
  852     if (thr_bar->leaf_kids && (kmp_uint32)tid + thr_bar->leaf_kids + 1 > nproc)
  852     if (thr_bar->leaf_kids && (kmp_uint32)tid + thr_bar->leaf_kids + 1 > nproc)
  853       thr_bar->leaf_kids = nproc - tid - 1;
  855     for (int i = 0; i < thr_bar->leaf_kids; ++i)
  902       if (thr_bar->leaf_kids) {
  915           for (child_tid = tid + 1; child_tid <= tid + thr_bar->leaf_kids;
 1115   unsigned short int old_leaf_kids = thr_bar->leaf_kids;
 1185       if (thr_bar->leaf_kids) { // if there are any
 1188             old_leaf_kids < thr_bar->leaf_kids) { // some old, some new
projects/openmp/runtime/src/kmp_runtime.cpp
 5008             KMP_CHECK_UPDATE(balign[b].bb.leaf_kids, 0);
 5557     balign[b].bb.leaf_kids = 0;