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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp459 volatile kmp_team_t *__kmp_team_pool = NULL; variable
H A Dkmp_runtime.cpp3607 // Print out __kmp_thread_pool and __kmp_team_pool.
3613 CCAST(kmp_team_t *, __kmp_team_pool));
5515 for (team = CCAST(kmp_team_t *, __kmp_team_pool); (team);) {
5520 __kmp_team_pool = team->t.t_next_pool;
5575 __kmp_team_pool = team;
5786 team->t.t_next_pool = CCAST(kmp_team_t *, __kmp_team_pool);
5787 __kmp_team_pool = (volatile kmp_team_t *)team;
6384 while (__kmp_team_pool != NULL) { // Loop thru all the teams in the pool.
6386 kmp_team_t *team = CCAST(kmp_team_t *, __kmp_team_pool);
6387 __kmp_team_pool
[all...]
H A Dz_Linux_util.cpp1312 __kmp_team_pool = NULL;
H A Dkmp.h3578 extern volatile kmp_team_t *__kmp_team_pool;

Completed in 364 milliseconds