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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2301 int tlevel = master_th->th.th_teams_level; local
2302 if (level == tlevel) {
2306 } else if (level == tlevel + 1) {
2844 int tlevel = thr->th.th_teams_level; // the level of the teams construct local
2846 tlevel) { // otherwise usual algorithm works (will not touch the teams)
2847 KMP_DEBUG_ASSERT(ii >= tlevel);
2850 if (ii == tlevel) {
2902 int tlevel = thr->th.th_teams_level; // the level of the teams construct local
2904 tlevel) { // otherwise usual algorithm works (will not touch the teams)
2905 KMP_DEBUG_ASSERT(ii >= tlevel);
[all...]

Completed in 120 milliseconds