Searched defs:dispatch_shared_info_template (Results 1 – 1 of 1) sorted by relevance
165 template <typename T> struct dispatch_shared_info_template { struct166 typedef typename traits_t<T>::unsigned_t UT;168 union shared_info_tmpl {171 } u;172 volatile kmp_uint32 buffer_index;173 volatile kmp_int32 doacross_buf_idx; // teamwise index174 kmp_uint32 *doacross_flags; // array of iteration flags (0/1)175 kmp_int32 doacross_num_done; // count finished threads177 kmp_hier_t<T> *hier;183 char padding[64];