Searched refs:hot_team (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp993 if (hot_teams[level].hot_team) {
995 KMP_DEBUG_ASSERT(hot_teams[level].hot_team == team);
999 hot_teams[level].hot_team = team; // remember new hot team
1466 (*p_hot_teams)[0].hot_team = root->r.r_hot_team;
2079 team == master_th->th.th_hot_teams[active_level].hot_team) {
2616 kmp_team_t *hot_team = root->r.r_hot_team; local
2622 for (f = new_nth; f < hot_team->t.t_nproc; f++) {
2623 KMP_DEBUG_ASSERT(hot_team->t.t_threads[f] != NULL);
2627 hot_team->t.t_threads[f]->th.th_task_team = NULL;
2629 __kmp_free_thread(hot_team
3118 kmp_team_t *hot_team; local
[all...]
H A Dkmp.h2387 kmp_team_p *hot_team; // pointer to hot_team of given nesting level member in struct:kmp_hot_team_ptr
2388 kmp_int32 hot_team_nth; // number of threads allocated for the hot_team

Completed in 240 milliseconds