Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.h47 OMPD_ACCESS(kmp_base_team_t, t_active_level) \
H A Dkmp_runtime.cpp733 team->t.t_active_level == 1) { in __kmp_enter_single()
986 int level = team->t.t_active_level - 1; // index in array of hot teams in __kmp_fork_team_threads()
1348 serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level; in __kmp_serialized_parallel()
1579 parent_team->t.t_active_level++; in __kmp_fork_in_teams()
1666 parent_team->t.t_active_level == 1 // only report frames at level 1 in __kmp_fork_in_teams()
2012 active_level = parent_team->t.t_active_level; in __kmp_fork_call()
2067 (parent_team->t.t_active_level >= in __kmp_fork_call()
2120 parent_team->t.t_active_level, master_th, in __kmp_fork_call()
2239 new_level = parent_team->t.t_active_level + 1; in __kmp_fork_call()
2240 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()
[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.h840 return (th->th.th_team->t.t_active_level ? 1 : 0); in KMP_EXPAND_NAME()
892 return __kmp_entry_thread()->th.th_team->t.t_active_level; in KMP_EXPAND_NAME()
H A Dkmp_sched.cpp421 team->t.t_active_level == 1) { in __kmp_for_static_init()
H A Dkmp_barrier.cpp1953 team->t.t_active_level == 1) { in __kmp_barrier_template()
2358 team->t.t_active_level == 1) { in __kmp_join_barrier()
H A Dkmp_dispatch.cpp227 team->t.t_active_level == 1; in __kmp_dispatch_init_algorithm()
1052 team->t.t_active_level == 1; in __kmp_dispatch_init()
H A Dkmp.h3239 int t_active_level; // nested active parallel level member