Searched refs:tlevel (Results 1 – 1 of 1) sorted by relevance
2486 int tlevel = master_th->th.th_teams_level; in __kmp_join_call() local2487 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() local3073 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() local3131 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()[all …]