Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp5211 int *ncores_with_x_to_max_procs = in __kmp_balanced_affinity() local
5216 ncores_with_x_to_max_procs[i] = 0; in __kmp_balanced_affinity()
5232 ncores_with_x_to_max_procs[i] += ncores_with_x_procs[j]; in __kmp_balanced_affinity()
5248 int cnt = ncores_with_x_to_max_procs[j]; in __kmp_balanced_affinity()