Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp986 kmp_hot_team_ptr_t *hot_teams = master_th->th.th_hot_teams; in __kmp_fork_team_threads()
1471 p_hot_teams = &master_th->th.th_hot_teams; in __kmp_fork_call()
2112 if (master_th->th.th_hot_teams && in __kmp_fork_call()
2114 team == master_th->th.th_hot_teams[active_level].hot_team) { in __kmp_fork_call()
2672 if (thread->th.th_hot_teams) { in __kmp_set_num_threads()
2673 KMP_DEBUG_ASSERT(hot_team == thread->th.th_hot_teams[0].hot_team); in __kmp_set_num_threads()
2674 thread->th.th_hot_teams[0].hot_team_nth = new_nth; in __kmp_set_num_threads()
3839 kmp_hot_team_ptr_t *hot_teams = thr->th.th_hot_teams; in __kmp_free_hot_teams()
3851 if (i > 0 && th->th.th_hot_teams) { in __kmp_free_hot_teams()
3852 __kmp_free(th->th.th_hot_teams); in __kmp_free_hot_teams()
[all …]
Dkmp.h2546 kmp_hot_team_ptr_t *th_hot_teams; /* array of hot teams */ member