Home
last modified time | relevance | path

Searched refs:atomic_load_explicit (Results 1 – 15 of 15) 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/bits/
H A Dshared_ptr_atomic.h103 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order) in _GLIBCXX_VISIBILITY()
112 { return std::atomic_load_explicit(__p, memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
116 atomic_load_explicit(const __shared_ptr<_Tp, _Lp>* __p, memory_order) in _GLIBCXX_VISIBILITY()
125 { return std::atomic_load_explicit(__p, memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
/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 Dshared_ptr_atomic.h103 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order) in _GLIBCXX_VISIBILITY()
112 { return std::atomic_load_explicit(__p, memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
116 atomic_load_explicit(const __shared_ptr<_Tp, _Lp>* __p, memory_order) in _GLIBCXX_VISIBILITY()
125 { return std::atomic_load_explicit(__p, memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dstdatomic.patch15 +using std::atomic_load_explicit;
36 +using std::atomic_load_explicit;
/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.h133 #define atomic_load_explicit(PTR, MO) \ macro
142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST)
/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.h133 #define atomic_load_explicit(PTR, MO) \ macro
142 #define atomic_load(PTR) atomic_load_explicit (PTR, __ATOMIC_SEQ_CST)
/OK3568_Linux_fs/external/linux-rga/core/
H A Drga_sync.cpp156 uapi = atomic_load_explicit(&g_uapi_version, memory_order_acquire); in rga_sync_merge()
/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/experimental/bits/
H A Dshared_ptr.h561 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order __mo) in _GLIBCXX_VISIBILITY()
562 { return std::atomic_load_explicit<_Tp>(__p, __mo); } in _GLIBCXX_VISIBILITY()
/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/experimental/bits/
H A Dshared_ptr.h561 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order __mo) in _GLIBCXX_VISIBILITY()
562 { return std::atomic_load_explicit<_Tp>(__p, __mo); } 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/
H A Datomic1218 atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
1223 atomic_load_explicit(const volatile atomic<_ITp>* __a,
1290 { return atomic_load_explicit(__a, memory_order_seq_cst); }
1295 { return atomic_load_explicit(__a, memory_order_seq_cst); }
/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/
H A Datomic1218 atomic_load_explicit(const atomic<_ITp>* __a, memory_order __m) noexcept
1223 atomic_load_explicit(const volatile atomic<_ITp>* __a,
1290 { return atomic_load_explicit(__a, memory_order_seq_cst); }
1295 { return atomic_load_explicit(__a, memory_order_seq_cst); }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic308 atomic_load_explicit(const volatile atomic<T>* obj, memory_order m) noexcept;
312 atomic_load_explicit(const atomic<T>* obj, memory_order m) noexcept;
1253 // atomic_load_explicit
1258 atomic_load_explicit(const volatile atomic<_Tp>* __o, memory_order __m) _NOEXCEPT
1267 atomic_load_explicit(const atomic<_Tp>* __o, memory_order __m) _NOEXCEPT
H A Dmemory604 shared_ptr<T> atomic_load_explicit(const shared_ptr<T>* p, memory_order mo);
5440 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Datomic308 atomic_load_explicit(const volatile atomic<T>* obj, memory_order m) noexcept;
312 atomic_load_explicit(const atomic<T>* obj, memory_order m) noexcept;
1253 // atomic_load_explicit
1258 atomic_load_explicit(const volatile atomic<_Tp>* __o, memory_order __m) _NOEXCEPT
1267 atomic_load_explicit(const atomic<_Tp>* __o, memory_order __m) _NOEXCEPT
H A Dmemory604 shared_ptr<T> atomic_load_explicit(const shared_ptr<T>* p, memory_order mo);
5440 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp1083 template<class T> inline shared_ptr<T> atomic_load_explicit( shared_ptr<T> const * p, /*memory_orde… in atomic_load_explicit() function