Lines Matching refs:tlevel
2340 int tlevel = master_th->th.th_teams_level; in __kmp_join_call() local
2341 if (level == tlevel) { in __kmp_join_call()
2345 } else if (level == tlevel + 1) { in __kmp_join_call()
2882 int tlevel = thr->th.th_teams_level; // the level of the teams construct in __kmp_get_ancestor_thread_num() local
2884 tlevel) { // otherwise usual algorithm works (will not touch the teams) in __kmp_get_ancestor_thread_num()
2885 KMP_DEBUG_ASSERT(ii >= tlevel); in __kmp_get_ancestor_thread_num()
2888 if (ii == tlevel) { in __kmp_get_ancestor_thread_num()
2940 int tlevel = thr->th.th_teams_level; // the level of the teams construct in __kmp_get_team_size() local
2942 tlevel) { // otherwise usual algorithm works (will not touch the teams) in __kmp_get_team_size()
2943 KMP_DEBUG_ASSERT(ii >= tlevel); in __kmp_get_team_size()
2946 if (ii == tlevel) { in __kmp_get_team_size()
7847 int tlevel = thr->th.th_teams_level; // the level of the teams construct in __kmp_aux_get_team_info() local
7850 int level = tlevel + 1; in __kmp_aux_get_team_info()
7851 KMP_DEBUG_ASSERT(ii >= tlevel); in __kmp_aux_get_team_info()