reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
257 bool is_set(int i) const override {
914 if (!KMP_CPU_ISSET(i, __kmp_affin_fullMask)) 928 if (!KMP_CPU_ISSET(i, __kmp_affin_fullMask)) { 1189 if (!KMP_CPU_ISSET(i, __kmp_affin_fullMask)) { 1635 if (!KMP_CPU_ISSET(proc, __kmp_affin_fullMask)) { 2275 if (!KMP_CPU_ISSET(threadInfo[num_avail][osIdIndex], 2867 (!KMP_CPU_ISSET(num, KMP_CPU_INDEX(osId2Mask, num)))) { 2903 (!KMP_CPU_ISSET(num, KMP_CPU_INDEX(osId2Mask, num)))) { 3064 (!KMP_CPU_ISSET(start, KMP_CPU_INDEX(osId2Mask, start)))) { 3097 (!KMP_CPU_ISSET(start, KMP_CPU_INDEX(osId2Mask, start)))) { 3148 (!KMP_CPU_ISSET(start, KMP_CPU_INDEX(osId2Mask, start)))) { 3194 (!KMP_CPU_ISSET(num, KMP_CPU_INDEX(osId2Mask, num)))) { 3308 if (!KMP_CPU_ISSET(j, previousMask)) { 3312 (!KMP_CPU_ISSET(j, __kmp_affin_fullMask)) || 3313 (!KMP_CPU_ISSET(j + stride, 4156 if (!KMP_CPU_ISSET(i, __kmp_affin_fullMask)) { 4630 KMP_ASSERT(KMP_CPU_ISSET(osId, src)); 4870 if (!KMP_CPU_ISSET(proc, __kmp_affin_fullMask)) { 4873 if (!KMP_CPU_ISSET(proc, (kmp_affin_mask_t *)(*mask))) { 4991 if (!KMP_CPU_ISSET(proc, __kmp_affin_fullMask)) { 5023 if (!KMP_CPU_ISSET(proc, __kmp_affin_fullMask)) { 5055 if (!KMP_CPU_ISSET(proc, __kmp_affin_fullMask)) { 5059 return KMP_CPU_ISSET(proc, (kmp_affin_mask_t *)(*mask));projects/openmp/runtime/src/kmp_ftn_entry.h
797 if ((!KMP_CPU_ISSET(i, __kmp_affin_fullMask)) || 798 (!KMP_CPU_ISSET(i, mask))) { 823 if ((!KMP_CPU_ISSET(i, __kmp_affin_fullMask)) || 824 (!KMP_CPU_ISSET(i, mask))) {projects/openmp/runtime/src/ompt-general.cpp
569 if ((!KMP_CPU_ISSET(i, __kmp_affin_fullMask)) || 570 (!KMP_CPU_ISSET(i, mask))) {