| /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/arm-none-linux-gnueabihf/bits/ |
| H A D | atomic_word.h | 36 #define _GLIBCXX_READ_MEM_BARRIER __atomic_thread_fence (__ATOMIC_ACQUIRE)
|
| /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/aarch64-none-linux-gnu/bits/ |
| H A D | atomic_word.h | 36 #define _GLIBCXX_READ_MEM_BARRIER __atomic_thread_fence (__ATOMIC_ACQUIRE)
|
| /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 | 87 #define __ATOMIC_ACQUIRE 2 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/ext/ |
| H A D | atomicity.h | 110 #define _GLIBCXX_READ_MEM_BARRIER __atomic_thread_fence (__ATOMIC_ACQUIRE)
|
| /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/ext/ |
| H A D | atomicity.h | 110 #define _GLIBCXX_READ_MEM_BARRIER __atomic_thread_fence (__ATOMIC_ACQUIRE)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | sp_counted_base_clang.hpp | 138 … return __c11_atomic_load( const_cast< atomic_int_least32_t* >( &use_count_ ), __ATOMIC_ACQUIRE ); in use_count()
|
| /OK3568_Linux_fs/kernel/tools/virtio/ringtest/ |
| H A D | main.h | 133 __atomic_thread_fence(__ATOMIC_ACQUIRE); \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libusb/libusb1/ |
| H A D | 0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch | 37 + return (int)__atomic_load_n(x.v, __ATOMIC_ACQUIRE) &
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | compiler.h | 249 __ATOMIC_ACQUIRE, __ATOMIC_RELAXED) \
|
| /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 | 33 memory_order_acquire = __ATOMIC_ACQUIRE,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | compiler.h | 249 __ATOMIC_ACQUIRE, __ATOMIC_RELAXED) \
|
| /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 | 33 memory_order_acquire = __ATOMIC_ACQUIRE,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | compiler.h | 249 __ATOMIC_ACQUIRE, __ATOMIC_RELAXED) \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | compiler.h | 249 __ATOMIC_ACQUIRE, __ATOMIC_RELAXED) \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/ |
| H A D | epoll_wakeup_test.c | 3170 __atomic_fetch_add(&ctx->ready, 1, __ATOMIC_ACQUIRE); in epoll60_wait_thread() 3173 while (__atomic_load_n(&ctx->ready, __ATOMIC_ACQUIRE) && in epoll60_wait_thread() 3177 __atomic_fetch_add(&ctx->waiters, 1, __ATOMIC_ACQUIRE); in epoll60_wait_thread() 3211 return __atomic_load_n(&ctx->waiters, __ATOMIC_ACQUIRE); in count_waiters() 3245 while (__atomic_load_n(&ctx.ready, __ATOMIC_ACQUIRE) != in TEST() 3251 __ATOMIC_ACQUIRE); in TEST()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | atomic | 626 (__order == memory_order_acquire ? __ATOMIC_ACQUIRE: 636 (__order == memory_order_acquire ? __ATOMIC_ACQUIRE: 639 (__order == memory_order_acq_rel ? __ATOMIC_ACQUIRE:
|
| H A D | memory | 698 defined(__ATOMIC_ACQUIRE) && \ 700 return __atomic_load_n(__value, __ATOMIC_ACQUIRE);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | atomic | 626 (__order == memory_order_acquire ? __ATOMIC_ACQUIRE: 636 (__order == memory_order_acquire ? __ATOMIC_ACQUIRE: 639 (__order == memory_order_acq_rel ? __ATOMIC_ACQUIRE:
|
| H A D | memory | 698 defined(__ATOMIC_ACQUIRE) && \ 700 return __atomic_load_n(__value, __ATOMIC_ACQUIRE);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0002-boost-Backport-clang-support.patch | 1057 … return __c11_atomic_load( const_cast< atomic_int_least32_t* >( &use_count_ ), __ATOMIC_ACQUIRE );
|
| /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 | basic_string.h | 3265 return __atomic_load_n(&this->_M_refcount, __ATOMIC_ACQUIRE) > 0; 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 | basic_string.h | 3265 return __atomic_load_n(&this->_M_refcount, __ATOMIC_ACQUIRE) > 0; in _GLIBCXX_VISIBILITY()
|
| /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 | 42099 This is currently implemented using the stronger '__ATOMIC_ACQUIRE' 42102 '__ATOMIC_ACQUIRE' 42111 Combines the effects of both '__ATOMIC_ACQUIRE' and 42157 '__ATOMIC_SEQ_CST', '__ATOMIC_ACQUIRE', and '__ATOMIC_CONSUME'. 42184 '__ATOMIC_SEQ_CST', '__ATOMIC_ACQUIRE', '__ATOMIC_RELEASE', and 42481 '__ATOMIC_ACQUIRE' or stronger. 42494 while (__atomic_exchange_n(&lockvar, 1, __ATOMIC_ACQUIRE|__ATOMIC_HLE_ACQUIRE)) 50124 __atomic_exchange_n(&globallock,1,__ATOMIC_ACQUIRE) that returns 0, and
|
| /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 | 42099 This is currently implemented using the stronger '__ATOMIC_ACQUIRE' 42102 '__ATOMIC_ACQUIRE' 42111 Combines the effects of both '__ATOMIC_ACQUIRE' and 42157 '__ATOMIC_SEQ_CST', '__ATOMIC_ACQUIRE', and '__ATOMIC_CONSUME'. 42184 '__ATOMIC_SEQ_CST', '__ATOMIC_ACQUIRE', '__ATOMIC_RELEASE', and 42481 '__ATOMIC_ACQUIRE' or stronger. 42494 while (__atomic_exchange_n(&lockvar, 1, __ATOMIC_ACQUIRE|__ATOMIC_HLE_ACQUIRE)) 50124 __atomic_exchange_n(&globallock,1,__ATOMIC_ACQUIRE) that returns 0, and
|