Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp1417 kmp_hot_team_ptr_t **p_hot_teams; in __kmp_fork_call() local
1471 p_hot_teams = &master_th->th.th_hot_teams; in __kmp_fork_call()
1472 if (*p_hot_teams == NULL && __kmp_hot_teams_max_level > 0) { in __kmp_fork_call()
1473 *p_hot_teams = (kmp_hot_team_ptr_t *)__kmp_allocate( in __kmp_fork_call()
1475 (*p_hot_teams)[0].hot_team = root->r.r_hot_team; in __kmp_fork_call()
1477 (*p_hot_teams)[0].hot_team_nth = 1; in __kmp_fork_call()