Home
last modified time | relevance | path

Searched refs:__ATOMIC_CONSUME (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Dto_gcc_order.h21 #if defined(__ATOMIC_RELAXED) && defined(__ATOMIC_CONSUME) && defined(__ATOMIC_ACQUIRE) && …
34 … : (__order == memory_order_acq_rel ? __ATOMIC_ACQ_REL : __ATOMIC_CONSUME)))); in __to_gcc_order()
47 … : (__order == memory_order_acq_rel ? __ATOMIC_ACQUIRE : __ATOMIC_CONSUME)))); in __to_gcc_failure_order()
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Datomic_support.h17 __has_builtin(__atomic_compare_exchange_n) && defined(__ATOMIC_RELAXED) && defined(__ATOMIC_CONSUME) && \
40 _AO_Consume = __ATOMIC_CONSUME,
/freebsd/sys/sys/
H A Dstdatomic.h103 #ifndef __ATOMIC_CONSUME
104 #define __ATOMIC_CONSUME 1 macro
128 memory_order_consume = __ATOMIC_CONSUME,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h26 memory_order_consume = __ATOMIC_CONSUME,
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h25 static_assert(memory_order_consume == __ATOMIC_CONSUME, "");
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h70 memory_order_consume = __ATOMIC_CONSUME,