Searched refs:t_active_level (Results 1 – 8 of 8) sorted by relevance
47 OMPD_ACCESS(kmp_base_team_t, t_active_level) \
715 team->t.t_active_level == 1) { in __kmp_enter_single()1286 serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level; in __kmp_serialized_parallel()1510 parent_team->t.t_active_level++; in __kmp_fork_in_teams()1949 active_level = parent_team->t.t_active_level; in __kmp_fork_call()2009 (parent_team->t.t_active_level >= in __kmp_fork_call()2178 new_level = parent_team->t.t_active_level; in __kmp_fork_call()2533 if (team->t.t_active_level == 1 && in __kmp_join_call()2582 team->t.t_active_level--; in __kmp_join_call()5153 level = team->t.t_active_level; in __kmp_allocate_team()5663 level = team->t.t_active_level - 1; in __kmp_free_team()[all …]
129 if (team->t.t_active_level > 1) {196 if (team->t.t_active_level + serialized > 1) {370 if (team->t.t_active_level > 1) {
716 return (th->th.th_team->t.t_active_level ? 1 : 0); in KMP_EXPAND_NAME()768 return __kmp_entry_thread()->th.th_team->t.t_active_level; in KMP_EXPAND_NAME()
414 team->t.t_active_level == 1) { in __kmp_for_static_init()
1935 team->t.t_active_level == 1) { in __kmp_barrier_template()2338 team->t.t_active_level == 1) { in __kmp_join_barrier()
227 team->t.t_active_level == 1; in __kmp_dispatch_init_algorithm()1052 team->t.t_active_level == 1; in __kmp_dispatch_init()
3173 int t_active_level; // nested active parallel level member