Home
last modified time | relevance | path

Searched defs:kmp_base_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2936 typedef struct KMP_ALIGN_CACHE kmp_base_info { struct
2941 kmp_desc_t th_info;
2942 kmp_team_p *th_team; /* team we belong to */
2943 kmp_root_p *th_root; /* pointer to root of task hierarchy */
2944 kmp_info_p *th_next_pool; /* next available thread in the pool */
2945 kmp_disp_t *th_dispatch; /* thread's dispatch data */
2946 int th_in_pool; /* in thread pool (32 bits for TCR/TCW) */
2950 int th_team_nproc; /* number of threads in a team */
2951 kmp_info_p *th_team_master; /* the team's primary thread */
2952 int th_team_serialized; /* team is serialized */
[all …]