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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 2409     maxCt[index] = 1;
 2438           if (counts[index2] > maxCt[index2]) {
 2439             maxCt[index2] = counts[index2];
 2481         __kmp_free(maxCt);
 2502     if (counts[index] > maxCt[index]) {
 2503       maxCt[index] = counts[index];
 2507   __kmp_nThreadsPerCore = maxCt[threadIdIndex];
 2508   nCoresPerPkg = maxCt[coreIdIndex];
 2514     prod *= maxCt[index];
 2555       __kmp_str_buf_print(&buf, " x %d", maxCt[index]);
 2557     KMP_INFORM(TopologyExtra, "KMP_AFFINITY", buf.str, maxCt[coreIdIndex],
 2558                maxCt[threadIdIndex], __kmp_ncores);
 2583     __kmp_free(maxCt);
 2678   __kmp_free(maxCt);