Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp969 int use_hot_team; in __kmp_fork_team_threads() local
985 use_hot_team = 0; in __kmp_fork_team_threads()
1005 use_hot_team = 1; // the team is ready to use in __kmp_fork_team_threads()
1007 use_hot_team = 0; // AC: threads are not allocated yet in __kmp_fork_team_threads()
1012 use_hot_team = 0; in __kmp_fork_team_threads()
1016 use_hot_team = team == root->r.r_hot_team; in __kmp_fork_team_threads()
1018 if (!use_hot_team) { in __kmp_fork_team_threads()
4918 int use_hot_team = !root->r.r_active; in __kmp_allocate_team() local
4946 use_hot_team = 1; in __kmp_allocate_team()
4948 use_hot_team = 0; in __kmp_allocate_team()
[all …]