Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp162 KMP_AFFINITY_ENABLE(mask_size); in __kmp_affinity_determine_capable()
221 KMP_AFFINITY_ENABLE(gCode); in __kmp_affinity_determine_capable()
265 KMP_AFFINITY_ENABLE(gCode); in __kmp_affinity_determine_capable()
282 KMP_AFFINITY_ENABLE(KMP_CPU_SET_SIZE_LIMIT); in __kmp_affinity_determine_capable()
H A Dz_Windows_NT_util.cpp637 KMP_AFFINITY_ENABLE(__kmp_num_proc_groups * sizeof(DWORD_PTR)); in __kmp_affinity_determine_capable()
639 KMP_AFFINITY_ENABLE(sizeof(DWORD_PTR)); in __kmp_affinity_determine_capable()
H A Dkmp_affinity.h159 KMP_AFFINITY_ENABLE(TRUE); in determine_capable()
H A Dkmp.h710 #define KMP_AFFINITY_ENABLE(mask_size) (__kmp_affin_mask_size = mask_size) macro