Home
last modified time | relevance | path

Searched refs:atomic_store_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.h139 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
149 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
153 atomic_store_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY()
164 { std::atomic_store_explicit(__p, std::move(__r), 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.h139 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
149 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
153 atomic_store_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY()
164 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/linux-rga/core/
H A Drga_sync.cpp162 atomic_store_explicit(&g_uapi_version, (int)UAPI_MODERN, in rga_sync_merge()
171 atomic_store_explicit(&g_uapi_version, (int)UAPI_LEGACY, in rga_sync_merge()
/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.h83 atomic_store_explicit (PTR, VAL, __ATOMIC_RELAXED)
121 #define atomic_store_explicit(PTR, VAL, MO) \ macro
130 atomic_store_explicit (PTR, VAL, __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.h83 atomic_store_explicit (PTR, VAL, __ATOMIC_RELAXED)
121 #define atomic_store_explicit(PTR, VAL, MO) \ macro
130 atomic_store_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dstdatomic.patch37 +using std::atomic_store_explicit;
/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.h570 atomic_store_explicit(const shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY()
573 { return std::atomic_store_explicit<_Tp>(__p, __r, __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.h570 atomic_store_explicit(const shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY()
573 { return std::atomic_store_explicit<_Tp>(__p, __r, __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 Datomic1206 atomic_store_explicit(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i,
1212 atomic_store_explicit(volatile atomic<_ITp>* __a, __atomic_val_t<_ITp> __i,
1280 { atomic_store_explicit(__a, __i, memory_order_seq_cst); }
1285 { atomic_store_explicit(__a, __i, 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 Datomic1206 atomic_store_explicit(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i,
1212 atomic_store_explicit(volatile atomic<_ITp>* __a, __atomic_val_t<_ITp> __i,
1280 { atomic_store_explicit(__a, __i, memory_order_seq_cst); }
1285 { atomic_store_explicit(__a, __i, memory_order_seq_cst); }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic292 atomic_store_explicit(volatile atomic<T>* obj, T desr, memory_order m) noexcept;
296 atomic_store_explicit(atomic<T>* obj, T desr, memory_order m) noexcept;
1215 // atomic_store_explicit
1220 atomic_store_explicit(volatile atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
1229 atomic_store_explicit(atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
H A Dmemory608 void atomic_store_explicit(shared_ptr<T>* p, shared_ptr<T> r, memory_order mo);
5460 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, memory_order)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Datomic292 atomic_store_explicit(volatile atomic<T>* obj, T desr, memory_order m) noexcept;
296 atomic_store_explicit(atomic<T>* obj, T desr, memory_order m) noexcept;
1215 // atomic_store_explicit
1220 atomic_store_explicit(volatile atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
1229 atomic_store_explicit(atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
H A Dmemory608 void atomic_store_explicit(shared_ptr<T>* p, shared_ptr<T> r, memory_order mo);
5460 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, 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.hpp1094 template<class T> inline void atomic_store_explicit( shared_ptr<T> * p, shared_ptr<T> r, /*memory_o… in atomic_store_explicit() function