Home
last modified time | relevance | path

Searched refs:__ATOMIC_ACQUIRE (Results 1 – 24 of 24) sorted by relevance

/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 Datomic_word.h36 #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 Datomic_word.h36 #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 Dcray.hpp87 #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 Datomicity.h110 #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 Datomicity.h110 #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 Dsp_counted_base_clang.hpp138 … 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 Dmain.h133 __atomic_thread_fence(__ATOMIC_ACQUIRE); \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libusb/libusb1/
H A D0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch37 + 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 Dcompiler.h249 __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 Dstdatomic.h33 memory_order_acquire = __ATOMIC_ACQUIRE,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dcompiler.h249 __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 Dstdatomic.h33 memory_order_acquire = __ATOMIC_ACQUIRE,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dcompiler.h249 __ATOMIC_ACQUIRE, __ATOMIC_RELAXED) \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dcompiler.h249 __ATOMIC_ACQUIRE, __ATOMIC_RELAXED) \
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3170 __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 Datomic626 (__order == memory_order_acquire ? __ATOMIC_ACQUIRE:
636 (__order == memory_order_acquire ? __ATOMIC_ACQUIRE:
639 (__order == memory_order_acq_rel ? __ATOMIC_ACQUIRE:
H A Dmemory698 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 Datomic626 (__order == memory_order_acquire ? __ATOMIC_ACQUIRE:
636 (__order == memory_order_acquire ? __ATOMIC_ACQUIRE:
639 (__order == memory_order_acq_rel ? __ATOMIC_ACQUIRE:
H A Dmemory698 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 D0002-boost-Backport-clang-support.patch1057 … 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 Dbasic_string.h3265 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 Dbasic_string.h3265 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 Dgcc.info42099 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 Dgcc.info42099 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