Searched refs:nextNewMask (Results 1 – 1 of 1) sorted by relevance
3698 static int nextNewMask; variable3745 nextNewMask = 0; in __kmp_affinity_process_proclist()3905 *out_numMasks = nextNewMask; in __kmp_affinity_process_proclist()3906 if (nextNewMask == 0) { in __kmp_affinity_process_proclist()3911 KMP_CPU_ALLOC_ARRAY((*out_masks), nextNewMask); in __kmp_affinity_process_proclist()3912 for (i = 0; i < nextNewMask; i++) { in __kmp_affinity_process_proclist()4108 nextNewMask = 0; in __kmp_affinity_process_placelist()4227 *out_numMasks = nextNewMask; in __kmp_affinity_process_placelist()4228 if (nextNewMask == 0) { in __kmp_affinity_process_placelist()4233 KMP_CPU_ALLOC_ARRAY((*out_masks), nextNewMask); in __kmp_affinity_process_placelist()[all …]