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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 5103     if (tid < big_nth) {
 5104       coreID = tid / (chunk + 1);
 5105       threadID = (tid % (chunk + 1)) % __kmp_nth_per_core;
 5107       coreID = (tid - big_cores) / chunk;
 5108       threadID = ((tid - big_cores) % chunk) % __kmp_nth_per_core;
 5131                  __kmp_gettid(), tid, buf);
 5150         int osID = address2os[tid].second;
 5153         int core = __kmp_affinity_find_core(address2os, tid,
 5176           if (tid == core) {
 5274         if (sum > tid) {
 5297                  __kmp_gettid(), tid, buf);