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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp1408 kmp_hot_team_ptr_t **p_hot_teams; local
1462 p_hot_teams = &master_th->th.th_hot_teams;
1463 if (*p_hot_teams == NULL && __kmp_hot_teams_max_level > 0) {
1464 *p_hot_teams = (kmp_hot_team_ptr_t *)__kmp_allocate(
1466 (*p_hot_teams)[0].hot_team = root->r.r_hot_team;
1468 (*p_hot_teams)[0].hot_team_nth = 1;

Completed in 82 milliseconds