Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp3432 static int nextNewMask; variable
3478 nextNewMask = 0; in __kmp_affinity_process_proclist()
3638 *out_numMasks = nextNewMask; in __kmp_affinity_process_proclist()
3639 if (nextNewMask == 0) { in __kmp_affinity_process_proclist()
3644 KMP_CPU_ALLOC_ARRAY((*out_masks), nextNewMask); in __kmp_affinity_process_proclist()
3645 for (i = 0; i < nextNewMask; i++) { in __kmp_affinity_process_proclist()
3838 nextNewMask = 0; in __kmp_affinity_process_placelist()
3957 *out_numMasks = nextNewMask; in __kmp_affinity_process_placelist()
3958 if (nextNewMask == 0) { in __kmp_affinity_process_placelist()
3963 KMP_CPU_ALLOC_ARRAY((*out_masks), nextNewMask); in __kmp_affinity_process_placelist()
[all …]