Searched refs:tl_nthreads (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp846 int tl_nthreads = __kmp_max_nth - __kmp_nth + local
848 if (tl_nthreads <= 0) {
849 tl_nthreads = 1;
856 KMP_MSG(CantFormThrTeam, set_nthreads, tl_nthreads),
859 if (tl_nthreads == 1) {
867 master_tid, tl_nthreads));
868 new_nthreads = tl_nthreads;
877 int tl_nthreads = max_cg_threads - cg_nthreads + local
879 if (tl_nthreads <= 0) {
880 tl_nthreads
[all...]

Completed in 74 milliseconds