Lines Matching defs:nthreads
2911 // (nthreads/t2) / (nthreads/t1) = t1 / t2
5439 void __kmp_balanced_affinity(kmp_info_t *th, int nthreads) {
5478 int chunk = nthreads / ncores;
5480 int big_cores = nthreads % ncores;
5527 // For performance gain consider the special case nthreads ==
5529 if (nthreads == __kmp_avail_proc) {
5544 } else if (nthreads <= ncores) {
5575 } else { // nthreads > ncores
5615 int nth = nthreads;