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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 1051   if (aa->coreId < bb->coreId)
 1051   if (aa->coreId < bb->coreId)
 1053   if (aa->coreId > bb->coreId)
 1053   if (aa->coreId > bb->coreId)
 1244     threadInfo[nApics].coreId = (threadInfo[nApics].apicId >> widthT) & maskC;
 1332   unsigned lastCoreId = threadInfo[0].coreId;
 1348       lastCoreId = threadInfo[i].coreId;
 1361     if (threadInfo[i].coreId != lastCoreId) {
 1364       lastCoreId = threadInfo[i].coreId;
 1452       addr.labels[d++] = threadInfo[i].coreId;