Searched refs:KMP_CPU_SET_SIZE_LIMIT (Results 1 – 1 of 1) sorted by relevance
179 #define KMP_CPU_SET_SIZE_LIMIT (1024 * 1024) in __kmp_affinity_determine_capable() macro182 #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()