Searched refs:__kmp_team_pool (Results 1 – 4 of 4) sorted by relevance
433 volatile kmp_team_t *__kmp_team_pool = NULL; variable
3423 CCAST(kmp_team_t *, __kmp_team_pool)); in __kmp_print_structure()5278 for (team = CCAST(kmp_team_t *, __kmp_team_pool); (team);) { in __kmp_allocate_team()5283 __kmp_team_pool = team->t.t_next_pool; in __kmp_allocate_team()5331 __kmp_team_pool = team; in __kmp_allocate_team()5502 team->t.t_next_pool = CCAST(kmp_team_t *, __kmp_team_pool); in __kmp_free_team()5503 __kmp_team_pool = (volatile kmp_team_t *)team; in __kmp_free_team()6056 while (__kmp_team_pool != NULL) { // Loop thru all the teams in the pool. in __kmp_internal_end()6058 kmp_team_t *team = CCAST(kmp_team_t *, __kmp_team_pool); in __kmp_internal_end()6059 __kmp_team_pool = team->t.t_next_pool; in __kmp_internal_end()6830 KMP_DEBUG_ASSERT(__kmp_team_pool == NULL); in __kmp_do_serial_initialize()[all …]
1328 __kmp_team_pool = NULL; in __kmp_atfork_child()
3115 extern volatile kmp_team_t *__kmp_team_pool;