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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 2397   threadIdCt = 0;
 2402       threadInfo[0][threadIdIndex] = threadIdCt++;
 2403     } else if (threadIdCt <= threadInfo[0][threadIdIndex]) {
 2404       threadIdCt = threadInfo[0][threadIdIndex] + 1;
 2423           threadInfo[i][threadIdIndex] = threadIdCt++;
 2427         else if (threadIdCt <= threadInfo[i][threadIdIndex]) {
 2428           threadIdCt = threadInfo[i][threadIdIndex] + 1;
 2457           threadIdCt = 0;
 2461             threadInfo[i][threadIdIndex] = threadIdCt++;
 2467           else if (threadIdCt <= threadInfo[i][threadIdIndex]) {
 2468             threadIdCt = threadInfo[i][threadIdIndex] + 1;