Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp3367 __kmp_print_structure_team_accum(list, team->t.t_next_pool); in __kmp_print_structure_team_accum()
3511 __kmp_print_structure_team(" Next in pool: ", team->t.t_next_pool); in __kmp_print_structure()
4662 team->t.t_next_pool = NULL; in __kmp_initialize_team()
5484 __kmp_team_pool = team->t.t_next_pool; in __kmp_allocate_team()
5750 team->t.t_next_pool = CCAST(kmp_team_t *, __kmp_team_pool); in __kmp_free_team()
5785 kmp_team_t *next_pool = team->t.t_next_pool; in __kmp_reap_team()
6352 __kmp_team_pool = team->t.t_next_pool; in __kmp_internal_end()
6354 team->t.t_next_pool = NULL; in __kmp_internal_end()
H A Dkmp.h2859 kmp_team_p *t_next_pool; // next free team in the team pool member