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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp3212 static void __kmp_print_structure_team_accum( // Add team to list of teams. function
3229 __kmp_print_structure_team_accum(list, team->t.t_parent);
3230 __kmp_print_structure_team_accum(list, team->t.t_next_pool);
3326 __kmp_print_structure_team_accum(list, thread->th.th_team);
3327 __kmp_print_structure_team_accum(list, thread->th.th_serial_team);
3351 __kmp_print_structure_team_accum(list, root->r.r_root_team);
3352 __kmp_print_structure_team_accum(list, root->r.r_hot_team);

Completed in 77 milliseconds