Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp1009 hot_teams[level].hot_team_nth = team->t.t_nproc; in __kmp_fork_team_threads()
1477 (*p_hot_teams)[0].hot_team_nth = 1; in __kmp_fork_call()
2674 thread->th.th_hot_teams[0].hot_team_nth = new_nth; in __kmp_set_num_threads()
3845 nth = hot_teams[level].hot_team_nth; in __kmp_free_hot_teams()
5024 KMP_DEBUG_ASSERT(hot_teams[level].hot_team_nth == team->t.t_nproc); in __kmp_allocate_team()
5025 hot_teams[level].hot_team_nth = new_nproc; in __kmp_allocate_team()
5100 int avail_threads = hot_teams[level].hot_team_nth; in __kmp_allocate_team()
5117 if (hot_teams[level].hot_team_nth >= new_nproc) { in __kmp_allocate_team()
5126 .hot_team_nth; // get reserved threads involved if any in __kmp_allocate_team()
5127 hot_teams[level].hot_team_nth = new_nproc; // adjust hot team max size in __kmp_allocate_team()
Dkmp.h2477 kmp_int32 hot_team_nth; // number of threads allocated for the hot_team member