Lines Matching refs:t_active_level
692 team->t.t_active_level == 1) { in __kmp_enter_single()
940 int level = team->t.t_active_level - 1; // index in array of hot teams in __kmp_fork_team_threads()
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()
1645 parent_team->t.t_active_level == 1 // only report frames at level 1 in __kmp_fork_call()
1699 if (parent_team->t.t_active_level >= in __kmp_fork_call()
1976 parent_team->t.t_active_level, master_th, in __kmp_fork_call()
2086 new_level = parent_team->t.t_active_level + 1; in __kmp_fork_call()
2087 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()
2092 new_level = parent_team->t.t_active_level; in __kmp_fork_call()
2093 KMP_CHECK_UPDATE(team->t.t_active_level, new_level); in __kmp_fork_call()
2209 if (team->t.t_active_level == 1 // only report frames at level 1 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()
5706 team->t.t_active_level = 0; in __kmp_free_team()