Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp3430 static kmp_affin_mask_t *newMasks; variable
3442 kmp_affin_mask_t *src = KMP_CPU_INDEX(newMasks, i); \
3446 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks / 2); \
3477 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()
3641 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()
3646 kmp_affin_mask_t *src = KMP_CPU_INDEX(newMasks, i); in __kmp_affinity_process_proclist()
3650 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()
3837 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_placelist()
3960 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_placelist()
3967 kmp_affin_mask_t *src = KMP_CPU_INDEX(newMasks, i); in __kmp_affinity_process_placelist()
[all …]