Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp1371 int active_level; in __kmp_fork_call() local
1427 active_level = parent_team->t.t_active_level; in __kmp_fork_call()
1703 enter_teams = ((ap == NULL && active_level == 0) || in __kmp_fork_call()
2120 if (active_level || master_th->th.th_task_team) { in __kmp_fork_call()
2148 active_level < __kmp_hot_teams_max_level && in __kmp_fork_call()
2149 team == master_th->th.th_hot_teams[active_level].hot_team) { in __kmp_fork_call()