Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_affinity.cpp3410 int nPkg = 0, nCo = 0, n_new = 0, n_old = 0, nCpP = 0, nTpC = 0; // counters in __kmp_apply_thread_places() local
3648 if (nTr > nTpC) in __kmp_apply_thread_places()
3649 nTpC = nTr; // calc max threads per core in __kmp_apply_thread_places()
3709 if (nTr > nTpC) in __kmp_apply_thread_places()
3710 nTpC = nTr; // calc max threads per core in __kmp_apply_thread_places()
3792 if (nTr > nTpC) in __kmp_apply_thread_places()
3793 nTpC = nTr; // calc max threads per core in __kmp_apply_thread_places()
3854 if (nTr > nTpC) in __kmp_apply_thread_places()
3855 nTpC = nTr; // calc max threads per core in __kmp_apply_thread_places()
3872 KMP_DEBUG_ASSERT(nTpC > 0); in __kmp_apply_thread_places()
[all …]