Home
last modified time | relevance | path

Searched refs:KMP_CPU_ALLOC (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp572 KMP_CPU_ALLOC(oldMask); in __kmp_affinity_create_hwloc_map()
1162 KMP_CPU_ALLOC(oldMask); in __kmp_affinity_create_apicid_map()
1630 KMP_CPU_ALLOC(oldMask); in __kmp_affinity_create_x2apicid_map()
2850 KMP_CPU_ALLOC(sumMask); in __kmp_affinity_process_proclist()
3238 KMP_CPU_ALLOC(tempMask); in __kmp_affinity_process_placelist()
3240 KMP_CPU_ALLOC(previousMask); in __kmp_affinity_process_placelist()
4156 KMP_CPU_ALLOC(__kmp_affin_fullMask); in __kmp_aux_affinity_initialize()
4721 KMP_CPU_ALLOC(th->th.th_affin_mask); in __kmp_affinity_set_init_mask()
Dkmp.h648 #define KMP_CPU_ALLOC(ptr) (ptr = __kmp_affinity_dispatch->allocate_mask()) macro
650 #define KMP_CPU_ALLOC_ON_STACK(ptr) KMP_CPU_ALLOC(ptr)
652 #define KMP_CPU_INTERNAL_ALLOC(ptr) KMP_CPU_ALLOC(ptr)
Dkmp_settings.cpp5549 KMP_CPU_ALLOC(init_mask); in __kmp_env_initialize()
Dkmp_runtime.cpp5089 KMP_CPU_ALLOC(old_mask); in __kmp_allocate_team()