Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dompd-specific.h47 OMPD_ACCESS(kmp_base_team_t, t_active_level) \
H A Dkmp_runtime.cpp692 team->t.t_active_level == 1) { in __kmp_enter_single()
1254 serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level; in __kmp_serialized_parallel()
1427 active_level = parent_team->t.t_active_level; in __kmp_fork_call()
1561 parent_team->t.t_active_level++; in __kmp_fork_call()
1699 if (parent_team->t.t_active_level >= in __kmp_fork_call()
2092 new_level = parent_team->t.t_active_level; in __kmp_fork_call()
2450 if (team->t.t_active_level == 1 && in __kmp_join_call()
2499 team->t.t_active_level--; in __kmp_join_call()
5097 level = team->t.t_active_level; in __kmp_allocate_team()
5627 level = team->t.t_active_level - 1; in __kmp_free_team()
[all …]
H A Dkmp_itt.inl129 if (team->t.t_active_level > 1) {
196 if (team->t.t_active_level + serialized > 1) {
370 if (team->t.t_active_level > 1) {
H A Dkmp_ftn_entry.h708 return (th->th.th_team->t.t_active_level ? 1 : 0); in KMP_EXPAND_NAME()
760 return __kmp_entry_thread()->th.th_team->t.t_active_level; in KMP_EXPAND_NAME()
H A Dkmp_sched.cpp409 team->t.t_active_level == 1) { in __kmp_for_static_init()
H A Dkmp_dispatch.cpp163 team->t.t_active_level == 1; in __kmp_dispatch_init_algorithm()
891 team->t.t_active_level == 1; in __kmp_dispatch_init()
H A Dkmp_barrier.cpp1935 team->t.t_active_level == 1) { in __kmp_barrier_template()
2338 team->t.t_active_level == 1) { in __kmp_join_barrier()
H A Dkmp.h2899 int t_active_level; // nested active parallel level member