Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp179 #define KMP_CPU_SET_SIZE_LIMIT (1024 * 1024) in __kmp_affinity_determine_capable() macro
182 #define KMP_CPU_SET_SIZE_LIMIT (sizeof(cpuset_t)) in __kmp_affinity_determine_capable()
184 #define KMP_CPU_SET_SIZE_LIMIT (256) in __kmp_affinity_determine_capable()
194 buf = (unsigned char *)KMP_INTERNAL_MALLOC(KMP_CPU_SET_SIZE_LIMIT); in __kmp_affinity_determine_capable()
234 for (size = 1; size <= KMP_CPU_SET_SIZE_LIMIT; size *= 2) { in __kmp_affinity_determine_capable()
275 buf = (unsigned char *)KMP_INTERNAL_MALLOC(KMP_CPU_SET_SIZE_LIMIT); in __kmp_affinity_determine_capable()
276 gCode = pthread_getaffinity_np(pthread_self(), KMP_CPU_SET_SIZE_LIMIT, in __kmp_affinity_determine_capable()
282 KMP_AFFINITY_ENABLE(KMP_CPU_SET_SIZE_LIMIT); in __kmp_affinity_determine_capable()