Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_dispatch.h128 template <typename T> struct KMP_ALIGN_CACHE dispatch_private_info_template { struct
131 union KMP_ALIGN_CACHE private_info_tmpl {
134 } u;
135 enum sched_type schedule; /* scheduling algorithm */
136 kmp_sched_flags_t flags; /* flags (e.g., ordered, nomerge, etc.) */
137 kmp_uint32 ordered_bumped;
139 kmp_int32 ordered_dummy[KMP_MAX_ORDERED - 3];
140 dispatch_private_info *next; /* stack of buffers for nest of serial regions */
141 kmp_uint32 type_size;
143 kmp_int32 hier_id;
[all …]