Home
last modified time | relevance | path

Searched refs:flag_oncore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h88 template <> struct flag_traits<flag_oncore> {
90 static const flag_type t = flag_oncore;
934 class kmp_flag_oncore : public kmp_flag_native<kmp_uint64, flag_oncore, false> {
948 : kmp_flag_native<kmp_uint64, flag_oncore, false>(p), flag_switch(false) {
951 : kmp_flag_native<kmp_uint64, flag_oncore, false>(p), offset(idx),
957 : kmp_flag_native<kmp_uint64, flag_oncore, false>(p, c), offset(idx),
1022 flag_type get_ptr_type() { return flag_oncore; }
1042 case flag_oncore:
H A Dkmp.h2136 flag_oncore, /**< special 64-bit flag for on-core barrier (hierarchical) */ enumerator