Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Dmemory_order.h47 inline constexpr auto memory_order_acq_rel = memory_order::acq_rel; variable
57 memory_order_acq_rel = __mo_acq_rel, enumerator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h25 memory_order_acq_rel = 1 << 4, global() enumerator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h21 memory_order_acq_rel = 4, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h70 memory_order_acq_rel = __ATOMIC_ACQ_REL, global() enumerator
H A Dopencl-c-base.h423 memory_order_acq_rel = __ATOMIC_ACQ_REL, global() enumerator
/freebsd-src/sys/sys/
H A Dstdatomic.h130 memory_order_acq_rel = __ATOMIC_ACQ_REL, global() enumerator