Home
last modified time | relevance | path

Searched refs:kmp_info_p (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h275 typedef union kmp_info kmp_info_p; typedef
2759 kmp_info_p *td_alloc_thread; /* thread that allocated data structures */
2809 kmp_info_p *td_thr; // Pointer back to thread info
2926 kmp_info_p *cg_root; // "root" thread for a contention group
2944 kmp_info_p *th_next_pool; /* next available thread in the pool */
2951 kmp_info_p *th_team_master; /* the team's primary thread */
H A Dkmp_runtime.cpp3503 kmp_info_p const *thread) { in __kmp_print_structure_thread()