Searched defs:dispatch_private_info_template (Results 1 – 1 of 1) sorted by relevance
133 template <typename T> struct KMP_ALIGN_CACHE dispatch_private_info_template { struct136 union KMP_ALIGN_CACHE private_info_tmpl {139 } u;140 enum sched_type schedule; /* scheduling algorithm */141 kmp_sched_flags_t flags; /* flags (e.g., ordered, nomerge, etc.) */142 std::atomic<kmp_uint32> steal_flag; // static_steal only, state of a buffer143 kmp_uint32 ordered_bumped;144 dispatch_private_info *next; /* stack of buffers for nest of serial regions */145 kmp_uint32 type_size;147 kmp_int32 hier_id;[all …]