Home
last modified time | relevance | path

Searched refs:allocate_mask (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h145 KMPAffinity::Mask *allocate_mask() override { return new Mask(); } in allocate_mask() function
344 KMPAffinity::Mask *allocate_mask() override { in allocate_mask() function
535 KMPAffinity::Mask *allocate_mask() override { return new Mask(); } in allocate_mask() function
Dkmp_ftn_entry.h253 mask_internals = __kmp_affinity_dispatch->allocate_mask(); in FTN_CREATE_AFFINITY_MASK()
Dkmp.h648 #define KMP_CPU_ALLOC(ptr) (ptr = __kmp_affinity_dispatch->allocate_mask())
714 virtual Mask *allocate_mask() { return nullptr; } in allocate_mask() function