Home
last modified time | relevance | path

Searched refs:atomic_exchange_explicit (Results 1 – 13 of 13) 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.h176 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
188 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
194 atomic_exchange_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY()
207 return std::atomic_exchange_explicit(__p, std::move(__r), 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.h176 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
188 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
194 atomic_exchange_explicit(__shared_ptr<_Tp, _Lp>* __p, in _GLIBCXX_VISIBILITY()
207 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
/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.h145 #define atomic_exchange_explicit(PTR, VAL, MO) \ macro
157 atomic_exchange_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.h145 #define atomic_exchange_explicit(PTR, VAL, MO) \ macro
157 atomic_exchange_explicit (PTR, VAL, __ATOMIC_SEQ_CST)
/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.h581 atomic_exchange_explicit(const shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY()
584 { return std::atomic_exchange_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.h581 atomic_exchange_explicit(const shared_ptr<_Tp>* __p, in _GLIBCXX_VISIBILITY()
584 { return std::atomic_exchange_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 Datomic1229 atomic_exchange_explicit(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i,
1235 atomic_exchange_explicit(volatile atomic<_ITp>* __a,
1300 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); }
1306 { return atomic_exchange_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 Datomic1229 atomic_exchange_explicit(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i,
1235 atomic_exchange_explicit(volatile atomic<_ITp>* __a,
1300 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); }
1306 { return atomic_exchange_explicit(__a, __i, memory_order_seq_cst); }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic324 atomic_exchange_explicit(volatile atomic<T>* obj, T desr, memory_order m) noexcept;
328 atomic_exchange_explicit(atomic<T>* obj, T desr, memory_order m) noexcept;
1291 // atomic_exchange_explicit
1296 atomic_exchange_explicit(volatile atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
1304 atomic_exchange_explicit(atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
H A Dmemory613 atomic_exchange_explicit(shared_ptr<T>* p, shared_ptr<T> r, memory_order mo);
5481 atomic_exchange_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 Datomic324 atomic_exchange_explicit(volatile atomic<T>* obj, T desr, memory_order m) noexcept;
328 atomic_exchange_explicit(atomic<T>* obj, T desr, memory_order m) noexcept;
1291 // atomic_exchange_explicit
1296 atomic_exchange_explicit(volatile atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
1304 atomic_exchange_explicit(atomic<_Tp>* __o, _Tp __d, memory_order __m) _NOEXCEPT
H A Dmemory613 atomic_exchange_explicit(shared_ptr<T>* p, shared_ptr<T> r, memory_order mo);
5481 atomic_exchange_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.hpp1110 template<class T> shared_ptr<T> inline atomic_exchange_explicit( shared_ptr<T> * p, shared_ptr<T> r… in atomic_exchange_explicit() function