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

Overridden By

projects/openmp/runtime/src/kmp_affinity.h
  342   KMPAffinity::Mask *allocate_mask() override {

References

projects/openmp/runtime/src/kmp_affinity.cpp
 1154   KMP_CPU_ALLOC(oldMask);
 1622   KMP_CPU_ALLOC(oldMask);
 2736   KMP_CPU_ALLOC_ON_STACK(sum);
 2840   KMP_CPU_ALLOC(sumMask);
 3228   KMP_CPU_ALLOC(tempMask);
 3230   KMP_CPU_ALLOC(previousMask);
 4146     KMP_CPU_ALLOC(__kmp_affin_fullMask);
 4711     KMP_CPU_ALLOC(th->th.th_affin_mask);
projects/openmp/runtime/src/kmp_ftn_entry.h
  253   mask_internals = __kmp_affinity_dispatch->allocate_mask();
projects/openmp/runtime/src/kmp_runtime.cpp
 5047         KMP_CPU_ALLOC(old_mask);
projects/openmp/runtime/src/z_Linux_util.cpp
  112   KMP_CPU_ALLOC_ON_STACK(mask);