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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 5239           for (int i = 0; i < ncores; i++) {
 5239           for (int i = 0; i < ncores; i++) {
 5241             if (nproc_at_core[i] == 0) {
 5245               if (procarr[i * nth_per_core + k] != -1) {
 5246                 if (newarr[i * nth_per_core + k] == 0) {
 5247                   newarr[i * nth_per_core + k] = 1;
 5253                     newarr[i * nth_per_core + k]++;