reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/openmp/runtime/src/kmp.h
 3026 extern volatile kmp_team_t *__kmp_team_pool;

References

projects/openmp/runtime/src/kmp_runtime.cpp
 5236   for (team = CCAST(kmp_team_t *, __kmp_team_pool); (team);) {
 5241       __kmp_team_pool = team->t.t_next_pool;
 5289     __kmp_team_pool = team;
 5460     team->t.t_next_pool = CCAST(kmp_team_t *, __kmp_team_pool);
 5461     __kmp_team_pool = (volatile kmp_team_t *)team;
 6033     while (__kmp_team_pool != NULL) { // Loop thru all the teams in the pool.
 6035       kmp_team_t *team = CCAST(kmp_team_t *, __kmp_team_pool);
 6036       __kmp_team_pool = team->t.t_next_pool;
 6677   __kmp_team_pool = NULL;
projects/openmp/runtime/src/z_Linux_util.cpp
 1327   __kmp_team_pool = NULL;