Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dz_Windows_NT_util.cpp597 KMP_AFFINITY_ENABLE(__kmp_num_proc_groups * sizeof(DWORD_PTR)); in __kmp_affinity_determine_capable()
599 KMP_AFFINITY_ENABLE(sizeof(DWORD_PTR)); in __kmp_affinity_determine_capable()
Dz_Linux_util.cpp192 KMP_AFFINITY_ENABLE(gCode); in __kmp_affinity_determine_capable()
269 KMP_AFFINITY_ENABLE(gCode); in __kmp_affinity_determine_capable()
287 KMP_AFFINITY_ENABLE(KMP_CPU_SET_SIZE_LIMIT); in __kmp_affinity_determine_capable()
Dkmp_affinity.h128 KMP_AFFINITY_ENABLE(TRUE); in determine_capable()
Dkmp.h637 #define KMP_AFFINITY_ENABLE(mask_size) (__kmp_affin_mask_size = mask_size) macro