Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp2798 static int nextNewMask; variable
2802 if (nextNewMask >= numNewMasks) { \
2815 KMP_CPU_COPY(KMP_CPU_INDEX(newMasks, nextNewMask), (_mask)); \
2816 nextNewMask++; \
2848 nextNewMask = 0; in __kmp_affinity_process_proclist()
3016 *out_numMasks = nextNewMask; in __kmp_affinity_process_proclist()
3017 if (nextNewMask == 0) { in __kmp_affinity_process_proclist()
3022 KMP_CPU_ALLOC_ARRAY((*out_masks), nextNewMask); in __kmp_affinity_process_proclist()
3023 for (i = 0; i < nextNewMask; i++) { in __kmp_affinity_process_proclist()
3231 nextNewMask = 0; in __kmp_affinity_process_placelist()
[all …]