Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp3268 __kmp_print_structure_team_accum(list, team->t.t_next_pool); in __kmp_print_structure_team_accum()
3412 __kmp_print_structure_team(" Next in pool: ", team->t.t_next_pool); in __kmp_print_structure()
4499 team->t.t_next_pool = NULL; in __kmp_initialize_team()
5283 __kmp_team_pool = team->t.t_next_pool; in __kmp_allocate_team()
5502 team->t.t_next_pool = CCAST(kmp_team_t *, __kmp_team_pool); in __kmp_free_team()
5537 kmp_team_t *next_pool = team->t.t_next_pool; in __kmp_reap_team()
6059 __kmp_team_pool = team->t.t_next_pool; in __kmp_internal_end()
6061 team->t.t_next_pool = NULL; in __kmp_internal_end()
Dkmp.h2710 kmp_team_p *t_next_pool; // next free team in the team pool member