Lines Matching defs:tlevel
2486 int tlevel = master_th->th.th_teams_level;
2487 if (level == tlevel) {
2491 } else if (level == tlevel + 1) {
3071 int tlevel = thr->th.th_teams_level; // the level of the teams construct
3073 tlevel) { // otherwise usual algorithm works (will not touch the teams)
3074 KMP_DEBUG_ASSERT(ii >= tlevel);
3077 if (ii == tlevel) {
3129 int tlevel = thr->th.th_teams_level; // the level of the teams construct
3131 tlevel) { // otherwise usual algorithm works (will not touch the teams)
3132 KMP_DEBUG_ASSERT(ii >= tlevel);
3135 if (ii == tlevel) {
8528 int tlevel = thr->th.th_teams_level; // the level of the teams construct
8531 int level = tlevel + 1;
8532 KMP_DEBUG_ASSERT(ii >= tlevel);