Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp4030 static int nextNewMask; variable
4034 if (nextNewMask >= numNewMasks) { \
4047 KMP_CPU_COPY(KMP_CPU_INDEX(newMasks, nextNewMask), (_mask)); \
4048 nextNewMask++; \
4077 nextNewMask = 0; in __kmp_affinity_process_proclist()
4237 *out_numMasks = nextNewMask; in __kmp_affinity_process_proclist()
4238 if (nextNewMask == 0) { in __kmp_affinity_process_proclist()
4243 KMP_CPU_ALLOC_ARRAY((*out_masks), nextNewMask); in __kmp_affinity_process_proclist()
4244 for (i = 0; i < nextNewMask; i++) { in __kmp_affinity_process_proclist()
4440 nextNewMask = 0; in __kmp_affinity_process_placelist()
[all …]