Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp748 team->t.t_active_level == in __kmp_enter_single()
989 int level = team->t.t_active_level - 1; // index in array of hot teams in __kmp_fork_team_threads()
1299 serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level; in __kmp_serialized_parallel()
1467 active_level = parent_team->t.t_active_level; in __kmp_fork_call()
1597 parent_team->t.t_active_level++; in __kmp_fork_call()
1637 parent_team->t.t_active_level == 1 // only report frames at level 1 in __kmp_fork_call()
1683 if (parent_team->t.t_active_level >= in __kmp_fork_call()
1959 parent_team->t.t_active_level, master_th, in __kmp_fork_call()
2055 new_level = parent_team->t.t_active_level + 1; in __kmp_fork_call()
2056 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()
[all …]
Dkmp_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()
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.cpp389 team->t.t_active_level == 1) { in __kmp_for_static_init()
Dkmp_barrier.cpp1457 team->t.t_active_level == 1) { in __kmp_barrier_template()
1845 team->t.t_active_level == 1) { in __kmp_join_barrier()
Dkmp_dispatch.cpp147 team->t.t_active_level == 1; in __kmp_dispatch_init_algorithm()
858 team->t.t_active_level == 1; in __kmp_dispatch_init()
Dkmp.h2750 int t_active_level; // nested active parallel level member