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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 1732     totals[level] = 1;
 1748           totals[j]++;
 1760         totals[level]++;
 1771         __kmp_free(totals);
 1789   nPackages = totals[pkgLevel];
 1792     __kmp_ncores = totals[coreLevel];
 1804   bool uniform = (prod == totals[level - 1]);
 1827     __kmp_str_buf_print(&buf, "%d", totals[0]);
 1846     __kmp_free(totals);
 1927   __kmp_free(totals);