Searched refs:active_level (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp1405 int active_level; local
1458 active_level = parent_team->t.t_active_level;
1467 // it is either actual or not needed (when active_level > 0)
1652 int enter_teams = ((ap == NULL && active_level == 0) ||
2050 if (active_level || master_th->th.th_task_team) {
2078 active_level < __kmp_hot_teams_max_level &&
2079 team == master_th->th.th_hot_teams[active_level].hot_team) {
2363 } // active_level == 1

Completed in 116 milliseconds