Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_runtime.cpp739 team->t.t_active_level == in __kmp_enter_single()
980 int level = team->t.t_active_level - 1; // index in array of hot teams in __kmp_fork_team_threads()
1290 serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level; in __kmp_serialized_parallel()
1458 active_level = parent_team->t.t_active_level; in __kmp_fork_call()
1581 parent_team->t.t_active_level++; in __kmp_fork_call()
1648 if (parent_team->t.t_active_level >= in __kmp_fork_call()
1924 parent_team->t.t_active_level, master_th, in __kmp_fork_call()
2020 new_level = parent_team->t.t_active_level + 1; in __kmp_fork_call()
2021 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()
2026 new_level = parent_team->t.t_active_level; in __kmp_fork_call()
[all …]
HDkmp_ftn_entry.h655 return (th->th.th_team->t.t_active_level ? 1 : 0); in KMP_EXPAND_NAME()
704 return __kmp_entry_thread()->th.th_team->t.t_active_level; in KMP_EXPAND_NAME()
HDkmp_itt.inl86 if (team->t.t_active_level > 1) {
190 if (team->t.t_active_level + serialized > 1) {
439 if (team->t.t_active_level > 1) {
HDkmp_sched.cpp382 team->t.t_active_level == 1) { in __kmp_for_static_init()
HDkmp_barrier.cpp1455 team->t.t_active_level == 1) { in __kmp_barrier_template()
1841 team->t.t_active_level == 1) { in __kmp_join_barrier()
HDkmp_dispatch.cpp139 team->t.t_active_level == 1; in __kmp_dispatch_init_algorithm()
849 team->t.t_active_level == 1; in __kmp_dispatch_init()
HDkmp.h2661 int t_active_level; // nested active parallel level member