| /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 D | stdatomic.h | 36 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 D | stdatomic.h | 36 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 D | legacy_built-in_sync_functions.patch | 6 __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 D | 0001-fix-compile-time-atomic-detection.patch | 27 - (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 D | context_switch.c | 270 __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 D | ringbuf.c | 32 __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 D | barrier.h | 12 __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 D | cray.hpp | 90 #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 D | atomic_base.h | 922 { 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 D | atomic_base.h | 922 { 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 D | kcsan-test.c | 943 __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 D | atomic | 628 (__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 D | atomic | 628 (__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 D | gcc.info | 42113 '__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 D | gccint.info | 27513 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 D | gcc.info | 42113 '__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 D | gccint.info | 27513 pattern with an '__ATOMIC_SEQ_CST' memory model.
|