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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 1349       if ((int)threadCt > __kmp_nThreadsPerCore)
 1350         __kmp_nThreadsPerCore = threadCt;
 1351       threadCt = 1;
 1365       if ((int)threadCt > __kmp_nThreadsPerCore)
 1366         __kmp_nThreadsPerCore = threadCt;
 1367       threadCt = 1;
 1370       threadCt++;
 1392   if ((int)threadCt > __kmp_nThreadsPerCore)
 1393     __kmp_nThreadsPerCore = threadCt;