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

References

projects/openmp/runtime/src/kmp_affinity.cpp
  257   unsigned *counts = (unsigned *)__kmp_allocate(depth * sizeof(unsigned));
  258   unsigned *lastLabel = (unsigned *)__kmp_allocate(depth * sizeof(unsigned));
  260   for (labCt = 0; labCt < depth; labCt++) {
  266     for (labCt = 0; labCt < depth; labCt++) {
  269         for (labCt2 = labCt + 1; labCt2 < depth; labCt2++) {
  278     for (labCt = 0; labCt < depth; labCt++) {