Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp1893 kmp_hot_team_ptr_t **p_hot_teams; in __kmp_fork_call() local
1953 p_hot_teams = &master_th->th.th_hot_teams; in __kmp_fork_call()
1954 if (*p_hot_teams == NULL && __kmp_hot_teams_max_level > 0) { in __kmp_fork_call()
1955 *p_hot_teams = (kmp_hot_team_ptr_t *)__kmp_allocate( in __kmp_fork_call()
1957 (*p_hot_teams)[0].hot_team = root->r.r_hot_team; in __kmp_fork_call()
1959 (*p_hot_teams)[0].hot_team_nth = 1; in __kmp_fork_call()