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

References

projects/openmp/runtime/src/kmp_affinity.h
  717     maxLevels = 7;
  719         (kmp_uint32 *)__kmp_allocate(maxLevels * 2 * sizeof(kmp_uint32));
  720     skipPerLevel = &(numPerLevel[maxLevels]);
  721     for (kmp_uint32 i = 0; i < maxLevels;
  740     for (int i = maxLevels - 1; i >= 0;
  770     for (kmp_uint32 i = depth; i < maxLevels; ++i)
  792     kmp_uint32 incs = 0, old_maxLevels = maxLevels;
  794     for (kmp_uint32 i = depth; i < maxLevels && nproc > old_sz; ++i) {
  806       maxLevels += incs;
  813           (kmp_uint32 *)__kmp_allocate(maxLevels * 2 * sizeof(kmp_uint32));
  814       skipPerLevel = &(numPerLevel[maxLevels]);
  824       for (kmp_uint32 i = old_maxLevels; i < maxLevels;
  835     for (kmp_uint32 i = old_maxLevels; i < maxLevels; ++i)