Searched refs:newMasks (Results 1 – 1 of 1) sorted by relevance
2796 static kmp_affin_mask_t *newMasks; variable2808 kmp_affin_mask_t *src = KMP_CPU_INDEX(newMasks, i); \2812 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks / 2); \2813 newMasks = temp; \2815 KMP_CPU_COPY(KMP_CPU_INDEX(newMasks, nextNewMask), (_mask)); \2847 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()3019 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()3024 kmp_affin_mask_t *src = KMP_CPU_INDEX(newMasks, i); in __kmp_affinity_process_proclist()3028 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()3230 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_placelist()[all …]