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

References

projects/openmp/runtime/src/kmp.h
 2387   kmp_team_p *hot_team; // pointer to hot_team of given nesting level
 2423   kmp_team_p *th_team; /* team we belong to */
 2482   KMP_ALIGN_CACHE kmp_team_p
 2620   kmp_team_p *t_parent; // parent team
 2621   kmp_team_p *t_next_pool; // next free team in the team pool
projects/openmp/runtime/src/kmp_ftn_entry.h
  122   kmp_team_p *team;