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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 4221     if (depth < 0) {
 4227       depth = __kmp_affinity_create_x2apicid_map(&address2os, &msg_id);
 4228       if (depth == 0) {
 4232       if (depth < 0) {
 4245         depth = __kmp_affinity_create_apicid_map(&address2os, &msg_id);
 4246         if (depth == 0) {
 4256     if (depth < 0) {
 4271         depth =
 4274         if (depth == 0) {
 4295     if (depth < 0) {
 4309       depth = __kmp_affinity_create_flat_map(&address2os, &msg_id);
 4310       if (depth == 0) {
 4313       KMP_ASSERT(depth > 0);
 4342     depth = __kmp_affinity_create_x2apicid_map(&address2os, &msg_id);
 4343     if (depth == 0) {
 4346     if (depth < 0) {
 4355     depth = __kmp_affinity_create_apicid_map(&address2os, &msg_id);
 4356     if (depth == 0) {
 4359     if (depth < 0) {
 4391     depth = __kmp_affinity_create_cpuinfo_map(&address2os, &line, &msg_id, f);
 4393     if (depth < 0) {
 4403       KMP_ASSERT(depth == 0);
 4430     depth = __kmp_affinity_create_flat_map(&address2os, &msg_id);
 4431     if (depth == 0) {
 4435     KMP_ASSERT(depth > 0);
 4464   __kmp_apply_thread_places(&address2os, depth);
 4520       if (__kmp_affinity_compact >= depth) {
 4533     if (__kmp_affinity_compact >= depth) {
 4536       __kmp_affinity_compact = depth - 1 - __kmp_affinity_compact;
 4541     if (__kmp_affinity_compact >= depth) {
 4542       __kmp_affinity_compact = depth - 1;
 4547     if (depth <= 1) {
 4556       __kmp_aff_depth = depth;
 4559           address2os, __kmp_avail_proc, depth - 1);
 4561                                                  depth - 1, core_level);
 4563           address2os, __kmp_avail_proc, depth - 1, core_level);
 4584             __kmp_affinity_find_core(address2os, i, depth - 1, core_level);
 4596     if (__kmp_affinity_compact >= depth) {
 4597       __kmp_affinity_compact = depth - 1;