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

References

projects/openmp/runtime/src/kmp.h
 2266   kmp_info_p *td_alloc_thread; /* thread that allocated data structures   */
 2311   kmp_info_p *td_thr; // Pointer back to thread info
 2408   kmp_info_p *cg_root; // "root" thread for a contention group
 2425   kmp_info_p *th_next_pool; /* next available thread in the pool */
 2432   kmp_info_p *th_team_master; /* the team's master thread */