Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp3419 int nCr = 0, nTr = 0; // number of requested units in __kmp_apply_thread_places() local
3626 nTr = 0; in __kmp_apply_thread_places()
3648 ++nTr; in __kmp_apply_thread_places()
3655 if (nTr > 0) { in __kmp_apply_thread_places()
3658 if (nTr > nTpC) in __kmp_apply_thread_places()
3659 nTpC = nTr; // calc max threads per core in __kmp_apply_thread_places()
3688 nTr = 0; in __kmp_apply_thread_places()
3709 ++nTr; in __kmp_apply_thread_places()
3716 if (nTr > 0) { in __kmp_apply_thread_places()
3719 if (nTr > nTpC) in __kmp_apply_thread_places()
[all …]