Home
last modified time | relevance | path

Searched refs:atomic_is_lock_free (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.h76 atomic_is_lock_free(const __shared_ptr<_Tp, _Lp>* __p) in _GLIBCXX_VISIBILITY()
87 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()
88 { return std::atomic_is_lock_free<_Tp, __default_lock_policy>(__p); } 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.h76 atomic_is_lock_free(const __shared_ptr<_Tp, _Lp>* __p) in _GLIBCXX_VISIBILITY()
87 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()
88 { return std::atomic_is_lock_free<_Tp, __default_lock_policy>(__p); } 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.h96 #define atomic_is_lock_free(OBJ) __atomic_is_lock_free (sizeof (*(OBJ)), (OBJ)) macro
/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.h96 #define atomic_is_lock_free(OBJ) __atomic_is_lock_free (sizeof (*(OBJ)), (OBJ)) macro
/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.h552 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()
553 { return std::atomic_is_lock_free<_Tp, __default_lock_policy>(__p); } 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.h552 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()
553 { return std::atomic_is_lock_free<_Tp, __default_lock_policy>(__p); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic268 atomic_is_lock_free(const volatile atomic<T>* obj) noexcept;
272 atomic_is_lock_free(const atomic<T>* obj) noexcept;
1161 // atomic_is_lock_free
1166 atomic_is_lock_free(const volatile atomic<_Tp>* __o) _NOEXCEPT
1174 atomic_is_lock_free(const atomic<_Tp>* __o) _NOEXCEPT
H A Dmemory600 bool atomic_is_lock_free(const shared_ptr<T>* p);
5419 atomic_is_lock_free(const shared_ptr<_Tp>*)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Datomic268 atomic_is_lock_free(const volatile atomic<T>* obj) noexcept;
272 atomic_is_lock_free(const atomic<T>* obj) noexcept;
1161 // atomic_is_lock_free
1166 atomic_is_lock_free(const volatile atomic<_Tp>* __o) _NOEXCEPT
1174 atomic_is_lock_free(const atomic<_Tp>* __o) _NOEXCEPT
H A Dmemory600 bool atomic_is_lock_free(const shared_ptr<T>* p);
5419 atomic_is_lock_free(const shared_ptr<_Tp>*)
/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.hpp1072 template<class T> inline bool atomic_is_lock_free( shared_ptr<T> const * /*p*/ ) BOOST_SP_NOEXCEPT in atomic_is_lock_free() function
/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 Datomic1186 atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
1191 atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept
/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 Datomic1186 atomic_is_lock_free(const atomic<_ITp>* __a) noexcept
1191 atomic_is_lock_free(const volatile atomic<_ITp>* __a) noexcept