Searched refs:kmp_info_p (Results 1 – 2 of 2) sorted by relevance
275 typedef union kmp_info kmp_info_p; typedef2759 kmp_info_p *td_alloc_thread; /* thread that allocated data structures */2809 kmp_info_p *td_thr; // Pointer back to thread info2926 kmp_info_p *cg_root; // "root" thread for a contention group2944 kmp_info_p *th_next_pool; /* next available thread in the pool */2951 kmp_info_p *th_team_master; /* the team's primary thread */
3503 kmp_info_p const *thread) { in __kmp_print_structure_thread()