Home
last modified time | relevance | path

Searched refs:__ATOMIC_SEQ_CST (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dstdatomic.h36 memory_order_seq_cst = __ATOMIC_SEQ_CST
130 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST)
157 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
173 __ATOMIC_SEQ_CST)
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
188 __ATOMIC_SEQ_CST)
193 __ATOMIC_SEQ_CST)
198 __ATOMIC_SEQ_CST)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dstdatomic.h36 memory_order_seq_cst = __ATOMIC_SEQ_CST
130 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST)
157 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
173 __ATOMIC_SEQ_CST)
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
188 __ATOMIC_SEQ_CST)
193 __ATOMIC_SEQ_CST)
198 __ATOMIC_SEQ_CST)
[all …]
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/libunwind-debian/
H A Dlegacy_built-in_sync_functions.patch6 __atomic ones do, so we choose the strongest one: __ATOMIC_SEQ_CST.
21 +# define fetch_and_add1(_ptr) __atomic_fetch_add(_ptr, 1, __ATOMIC_SEQ_CST)
22 +# define fetch_and_add(_ptr, value) __atomic_fetch_add(_ptr, value, __ATOMIC_SEQ_CST)
/OK3568_Linux_fs/buildroot/package/libglib2/
H A D0001-fix-compile-time-atomic-detection.patch27 - (defined(HAVE_STDATOMIC_H) || defined(__ATOMIC_SEQ_CST))
28 +#if defined(HAVE_FUTEX) && defined(__ATOMIC_SEQ_CST) && defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4…
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c270 __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST); in cmpxchg()
276 return __atomic_exchange_n(p, val, __ATOMIC_SEQ_CST); in xchg()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c32 __atomic_add_fetch(cnt, 1, __ATOMIC_SEQ_CST); in atomic_inc()
37 return __atomic_exchange_n(cnt, val, __ATOMIC_SEQ_CST); in atomic_xchg()
/OK3568_Linux_fs/kernel/tools/virtio/asm/
H A Dbarrier.h12 __ATOMIC_SEQ_CST); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/
H A Dcray.hpp90 #define __ATOMIC_SEQ_CST 5 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Datomic_base.h922 { return __atomic_add_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
927 { return __atomic_sub_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
932 { return __atomic_and_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
937 { return __atomic_or_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
942 { return __atomic_xor_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Datomic_base.h922 { return __atomic_add_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
927 { return __atomic_sub_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
932 { return __atomic_and_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
937 { return __atomic_or_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
942 { return __atomic_xor_fetch(__ptr, __i, __ATOMIC_SEQ_CST); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dkcsan-test.c943 __atomic_thread_fence(__ATOMIC_SEQ_CST); in test_atomic_builtins()
944 __atomic_signal_fence(__ATOMIC_SEQ_CST); in test_atomic_builtins()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic628 (__order == memory_order_seq_cst ? __ATOMIC_SEQ_CST:
638 (__order == memory_order_seq_cst ? __ATOMIC_SEQ_CST:
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Datomic628 (__order == memory_order_seq_cst ? __ATOMIC_SEQ_CST:
638 (__order == memory_order_seq_cst ? __ATOMIC_SEQ_CST:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info42113 '__ATOMIC_SEQ_CST'
42114 Enforces total ordering with all other '__ATOMIC_SEQ_CST'
42136 most restrictive '__ATOMIC_SEQ_CST' memory order. Any of the other
42143 functions map any run-time value to '__ATOMIC_SEQ_CST' rather than
42157 '__ATOMIC_SEQ_CST', '__ATOMIC_ACQUIRE', and '__ATOMIC_CONSUME'.
42170 '__ATOMIC_SEQ_CST', and '__ATOMIC_RELEASE'.
42184 '__ATOMIC_SEQ_CST', '__ATOMIC_ACQUIRE', '__ATOMIC_RELEASE', and
42297 '__ATOMIC_SEQ_CST', and '__ATOMIC_RELEASE'.
H A Dgccint.info27513 pattern with an '__ATOMIC_SEQ_CST' memory model.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info42113 '__ATOMIC_SEQ_CST'
42114 Enforces total ordering with all other '__ATOMIC_SEQ_CST'
42136 most restrictive '__ATOMIC_SEQ_CST' memory order. Any of the other
42143 functions map any run-time value to '__ATOMIC_SEQ_CST' rather than
42157 '__ATOMIC_SEQ_CST', '__ATOMIC_ACQUIRE', and '__ATOMIC_CONSUME'.
42170 '__ATOMIC_SEQ_CST', and '__ATOMIC_RELEASE'.
42184 '__ATOMIC_SEQ_CST', '__ATOMIC_ACQUIRE', '__ATOMIC_RELEASE', and
42297 '__ATOMIC_SEQ_CST', and '__ATOMIC_RELEASE'.
H A Dgccint.info27513 pattern with an '__ATOMIC_SEQ_CST' memory model.