Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dompd-specific.h47 OMPD_ACCESS(kmp_base_team_t, t_active_level) \
Dkmp_runtime.cpp688 team->t.t_active_level == 1) { in __kmp_enter_single()
935 int level = team->t.t_active_level - 1; // index in array of hot teams in __kmp_fork_team_threads()
1244 serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level; in __kmp_serialized_parallel()
1417 active_level = parent_team->t.t_active_level; in __kmp_fork_call()
1551 parent_team->t.t_active_level++; in __kmp_fork_call()
1591 parent_team->t.t_active_level == 1 // only report frames at level 1 in __kmp_fork_call()
1639 if (parent_team->t.t_active_level >= in __kmp_fork_call()
1919 parent_team->t.t_active_level, master_th, in __kmp_fork_call()
2015 new_level = parent_team->t.t_active_level + 1; in __kmp_fork_call()
2016 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()
[all …]
Dkmp_ftn_entry.h681 return (th->th.th_team->t.t_active_level ? 1 : 0); in KMP_EXPAND_NAME()
733 return __kmp_entry_thread()->th.th_team->t.t_active_level; in KMP_EXPAND_NAME()
Dkmp_itt.inl86 if (team->t.t_active_level > 1) {
192 if (team->t.t_active_level + serialized > 1) {
431 if (team->t.t_active_level > 1) {
Dkmp_sched.cpp404 team->t.t_active_level == 1) { in __kmp_for_static_init()
Dkmp_barrier.cpp1418 team->t.t_active_level == 1) { in __kmp_barrier_template()
1805 team->t.t_active_level == 1) { in __kmp_join_barrier()
Dkmp_dispatch.cpp163 team->t.t_active_level == 1; in __kmp_dispatch_init_algorithm()
888 team->t.t_active_level == 1; in __kmp_dispatch_init()
Dkmp.h2796 int t_active_level; // nested active parallel level member