Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2486 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()
[all …]