Searched refs:t_active_level (Results 1 – 7 of 7) sorted by relevance
739 team->t.t_active_level == in __kmp_enter_single()980 int level = team->t.t_active_level - 1; // index in array of hot teams in __kmp_fork_team_threads()1290 serial_team->t.t_active_level = serial_team->t.t_parent->t.t_active_level; in __kmp_serialized_parallel()1458 active_level = parent_team->t.t_active_level; in __kmp_fork_call()1581 parent_team->t.t_active_level++; in __kmp_fork_call()1648 if (parent_team->t.t_active_level >= in __kmp_fork_call()1924 parent_team->t.t_active_level, master_th, in __kmp_fork_call()2020 new_level = parent_team->t.t_active_level + 1; in __kmp_fork_call()2021 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()2026 new_level = parent_team->t.t_active_level; in __kmp_fork_call()[all …]
655 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()
86 if (team->t.t_active_level > 1) {190 if (team->t.t_active_level + serialized > 1) {439 if (team->t.t_active_level > 1) {
382 team->t.t_active_level == 1) { in __kmp_for_static_init()
1455 team->t.t_active_level == 1) { in __kmp_barrier_template()1841 team->t.t_active_level == 1) { in __kmp_join_barrier()
139 team->t.t_active_level == 1; in __kmp_dispatch_init_algorithm()849 team->t.t_active_level == 1; in __kmp_dispatch_init()
2661 int t_active_level; // nested active parallel level member