Home
last modified time | relevance | path

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

/external/libcxxabi/src/include/
Datomic_support.h26 && defined(__ATOMIC_CONSUME) \
52 _AO_Consume = __ATOMIC_CONSUME,
/external/llvm-project/libcxx/src/include/
Datomic_support.h21 && defined(__ATOMIC_CONSUME) \
47 _AO_Consume = __ATOMIC_CONSUME,
/external/libcxx/src/include/
Datomic_support.h22 && defined(__ATOMIC_CONSUME) \
48 _AO_Consume = __ATOMIC_CONSUME,
/external/llvm-project/libcxxabi/src/include/
Datomic_support.h25 && defined(__ATOMIC_CONSUME) \
51 _AO_Consume = __ATOMIC_CONSUME,
/external/elfutils/lib/
Dstdatomic-fbsd.h127 #ifndef __ATOMIC_CONSUME
128 #define __ATOMIC_CONSUME 1 macro
152 memory_order_consume = __ATOMIC_CONSUME,
/external/llvm-project/clang/test/Analysis/
DNewDelete-atomics.cpp16 memory_order_consume = __ATOMIC_CONSUME,
Datomics.c10 memory_order_consume = __ATOMIC_CONSUME,
/external/clang/test/Analysis/
Datomics.c10 memory_order_consume = __ATOMIC_CONSUME,
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Datomic_helpers.h25 static_assert(memory_order_consume == __ATOMIC_CONSUME, "");
/external/scudo/standalone/
Datomic_helpers.h25 static_assert(memory_order_consume == __ATOMIC_CONSUME, "");
/external/llvm-project/clang/lib/Headers/
Dstdatomic.h49 memory_order_consume = __ATOMIC_CONSUME,
/external/clang/lib/Headers/
Dstdatomic.h63 memory_order_consume = __ATOMIC_CONSUME,
/external/llvm-project/compiler-rt/test/builtins/Unit/
Datomic_test.c170 __ATOMIC_CONSUME, in test_loads()
314 __ATOMIC_CONSUME, in test_compare_exchanges()
414 __ATOMIC_CONSUME, in test_fetch_op()
/external/elfutils/tests/
Drun-readelf-zp.sh228 [ 14b5] __ATOMIC_CONSUME 1
Drun-dwarf-getmacros.sh307 __ATOMIC_CONSUME 1
/external/python/cpython3/Include/internal/
Dpycore_atomic.h100 || (ORDER) == __ATOMIC_CONSUME), \
/external/libcxx/include/
Datomic630 __ATOMIC_CONSUME))));
640 __ATOMIC_CONSUME))));
/external/llvm-project/libcxx/include/
Datomic717 __ATOMIC_CONSUME))));
727 __ATOMIC_CONSUME))));
/external/llvm-project/clang/docs/
DLanguageExtensions.rst2445 ``__ATOMIC_CONSUME``, ``__ATOMIC_ACQUIRE``, ``__ATOMIC_RELEASE``,
2481 The macros ``__ATOMIC_RELAXED``, ``__ATOMIC_CONSUME``, ``__ATOMIC_ACQUIRE``,
/external/clang/docs/
DLanguageExtensions.rst1806 The macros ``__ATOMIC_RELAXED``, ``__ATOMIC_CONSUME``, ``__ATOMIC_ACQUIRE``,