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

References

projects/openmp/runtime/src/kmp_affinity.h
  794     for (kmp_uint32 i = depth; i < maxLevels && nproc > old_sz; ++i) {
  797       old_sz *= 2;
  800     if (nproc > old_sz) { // Not enough space, need to expand hierarchy
  801       while (nproc > old_sz) {
  802         old_sz *= 2;