Home
last modified time | relevance | path

Searched refs:KMP_CPU_INTERNAL_ALLOC_ARRAY (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp2806 KMP_CPU_INTERNAL_ALLOC_ARRAY(temp, numNewMasks); \
2847 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()
3230 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_placelist()
Dkmp.h659 #define KMP_CPU_INTERNAL_ALLOC_ARRAY(arr, n) KMP_CPU_ALLOC_ARRAY(arr, n) macro