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