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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 2407   for (index = 0; index <= maxIndex; index++) {
 2407   for (index = 0; index <= maxIndex; index++) {
 2407   for (index = 0; index <= maxIndex; index++) {
 2408     counts[index] = 1;
 2409     maxCt[index] = 1;
 2410     totals[index] = 1;
 2411     lastId[index] = threadInfo[0][index];
 2411     lastId[index] = threadInfo[0][index];
 2419     for (index = maxIndex; index >= threadIdIndex; index--) {
 2419     for (index = maxIndex; index >= threadIdIndex; index--) {
 2419     for (index = maxIndex; index >= threadIdIndex; index--) {
 2420       if (assign_thread_ids && (index == threadIdIndex)) {
 2431       if (threadInfo[i][index] != lastId[index]) {
 2431       if (threadInfo[i][index] != lastId[index]) {
 2436         for (index2 = threadIdIndex; index2 < index; index2++) {
 2444         counts[index]++;
 2445         totals[index]++;
 2446         lastId[index] = threadInfo[i][index];
 2446         lastId[index] = threadInfo[i][index];
 2448         if (assign_thread_ids && (index > threadIdIndex)) {
 2474     if (index < threadIdIndex) {
 2501   for (index = threadIdIndex; index <= maxIndex; index++) {
 2501   for (index = threadIdIndex; index <= maxIndex; index++) {
 2501   for (index = threadIdIndex; index <= maxIndex; index++) {
 2502     if (counts[index] > maxCt[index]) {
 2502     if (counts[index] > maxCt[index]) {
 2503       maxCt[index] = counts[index];
 2503       maxCt[index] = counts[index];
 2513   for (index = threadIdIndex; index < maxIndex; index++) {
 2513   for (index = threadIdIndex; index < maxIndex; index++) {
 2513   for (index = threadIdIndex; index < maxIndex; index++) {
 2514     prod *= maxCt[index];
 2554     for (index = maxIndex - 1; index >= pkgIdIndex; index--) {
 2554     for (index = maxIndex - 1; index >= pkgIdIndex; index--) {
 2554     for (index = maxIndex - 1; index >= pkgIdIndex; index--) {
 2555       __kmp_str_buf_print(&buf, " x %d", maxCt[index]);
 2595   for (index = threadIdIndex; index < maxIndex; index++) {
 2595   for (index = threadIdIndex; index < maxIndex; index++) {
 2595   for (index = threadIdIndex; index < maxIndex; index++) {
 2596     KMP_ASSERT(totals[index] >= totals[index + 1]);
 2596     KMP_ASSERT(totals[index] >= totals[index + 1]);
 2597     inMap[index] = (totals[index] > totals[index + 1]);
 2597     inMap[index] = (totals[index] > totals[index + 1]);
 2597     inMap[index] = (totals[index] > totals[index + 1]);
 2603   for (index = threadIdIndex; index <= maxIndex; index++) {
 2603   for (index = threadIdIndex; index <= maxIndex; index++) {
 2603   for (index = threadIdIndex; index <= maxIndex; index++) {
 2604     if (inMap[index]) {