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

References

projects/openmp/runtime/src/kmp_affinity.cpp
   44   thr_bar->skip_per_level = machine_hierarchy.skipPerLevel;
projects/openmp/runtime/src/kmp_barrier.cpp
  824         } else if ((rem = tid % thr_bar->skip_per_level[d + 1]) !=
  935         kmp_uint32 last = tid + thr_bar->skip_per_level[d + 1],
  936                    skip = thr_bar->skip_per_level[d];
  968         kmp_uint32 last = tid + thr_bar->skip_per_level[d + 1],
  969                    skip = thr_bar->skip_per_level[d];
 1165         for (child_tid = thr_bar->skip_per_level[1]; child_tid < (int)nproc;
 1166              child_tid += thr_bar->skip_per_level[1]) {
 1193           last = tid + thr_bar->skip_per_level[1];
 1220         last = tid + thr_bar->skip_per_level[d + 1];
 1221         kmp_uint32 skip = thr_bar->skip_per_level[d];