Searched defs:kmp_base_team (Results 1 – 1 of 1) sorted by relevance
3130 typedef struct KMP_ALIGN_CACHE kmp_base_team { struct3133 KMP_ALIGN_CACHE kmp_ordered_team_t t_ordered;3134 kmp_balign_team_t t_bar[bs_last_barrier];3135 std::atomic<int> t_construct; // count of single directive encountered by team3136 char pad[sizeof(kmp_lock_t)]; // padding to maintain performance on big iron3139 std::atomic<void *> t_tg_reduce_data[2]; // to support task modifier3140 std::atomic<int> t_tg_fini_counter[2]; // sync end of task reductions3144 KMP_ALIGN_CACHE int t_master_tid; // tid of primary thread in parent team3145 int t_master_this_cons; // "this_construct" single counter of primary thread3147 ident_t *t_ident; // if volatile, have to change too much other crud to[all …]