Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h171 template <typename T> struct dispatch_shared_info_template { struct
172 typedef typename traits_t<T>::unsigned_t UT;
174 union shared_info_tmpl {
177 } u;
178 volatile kmp_uint32 buffer_index;
179 volatile kmp_int32 doacross_buf_idx; // teamwise index
180 kmp_uint32 *doacross_flags; // array of iteration flags (0/1)
181 kmp_int32 doacross_num_done; // count finished threads
183 kmp_hier_t<T> *hier;
189 char padding[64];