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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 2410     totals[index] = 1;
 2437           totals[index2]++;
 2445         totals[index]++;
 2480         __kmp_free(totals);
 2509   nPackages = totals[pkgIdIndex];
 2512   unsigned prod = totals[maxIndex];
 2516   bool uniform = (prod == totals[threadIdIndex]);
 2522   __kmp_ncores = totals[coreIdIndex];
 2553     __kmp_str_buf_print(&buf, "%d", totals[maxIndex]);
 2582     __kmp_free(totals);
 2596     KMP_ASSERT(totals[index] >= totals[index + 1]);
 2596     KMP_ASSERT(totals[index] >= totals[index + 1]);
 2597     inMap[index] = (totals[index] > totals[index + 1]);
 2597     inMap[index] = (totals[index] > totals[index + 1]);
 2599   inMap[maxIndex] = (totals[maxIndex] > 1);
 2677   __kmp_free(totals);