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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 2551     __kmp_str_buf_init(&buf);
 2553     __kmp_str_buf_print(&buf, "%d", totals[maxIndex]);
 2555       __kmp_str_buf_print(&buf, " x %d", maxCt[index]);
 2557     KMP_INFORM(TopologyExtra, "KMP_AFFINITY", buf.str, maxCt[coreIdIndex],
 2560     __kmp_str_buf_free(&buf);