Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp4028 static kmp_affin_mask_t *newMasks; variable
4040 kmp_affin_mask_t *src = KMP_CPU_INDEX(newMasks, i); \
4044 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks / 2); \
4045 newMasks = temp; \
4047 KMP_CPU_COPY(KMP_CPU_INDEX(newMasks, nextNewMask), (_mask)); \
4076 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()
4240 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()
4245 kmp_affin_mask_t *src = KMP_CPU_INDEX(newMasks, i); in __kmp_affinity_process_proclist()
4249 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()
4439 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_placelist()
[all …]