Home
last modified time | relevance | path

Searched refs:atomic_store (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A D0001-Drop-nsswitch.conf-message-when-not-in-place-eg.-musl.patch22 atomic_store(&nss_init_completed, true);
/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.h148 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY()
163 atomic_store(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp> __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.h148 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY()
163 atomic_store(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp> __r) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dparam_test.c1226 atomic_store(&args->percpu_list_ptr, (intptr_t)&list_a); in test_membarrier_manager_thread()
1241 atomic_store(&args->percpu_list_ptr, (intptr_t)&list_b); in test_membarrier_manager_thread()
1265 atomic_store(&args->percpu_list_ptr, (intptr_t)&list_a); in test_membarrier_manager_thread()
1332 atomic_store(&thread_args.stop, 1); in test_membarrier()
/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.h129 #define atomic_store(PTR, VAL) \ 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.h129 #define atomic_store(PTR, VAL) \ 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.h565 void atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY()
566 { return std::atomic_store<_Tp>(__p, __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/experimental/bits/
H A Dshared_ptr.h565 void atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY()
566 { return std::atomic_store<_Tp>(__p, __r); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/package/ffmpeg/
H A DConfig.in9 # atomics (atomic_store) succeeds, which causes ffmpeg to
/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.hpp1088 template<class T> void atomic_store( shared_ptr<T> * p, shared_ptr<T> r ) BOOST_SP_NOEXCEPT in atomic_store() function
1096 atomic_store( p, r ); // std::move( r ) in atomic_store_explicit()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic284 atomic_store(volatile atomic<T>* obj, T desr) noexcept;
288 atomic_store(atomic<T>* obj, T desr) noexcept;
1197 // atomic_store
1202 atomic_store(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
1210 atomic_store(atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
H A Dmemory606 void atomic_store(shared_ptr<T>* p, shared_ptr<T> r);
5448 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r)
5462 atomic_store(__p, __r);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Datomic284 atomic_store(volatile atomic<T>* obj, T desr) noexcept;
288 atomic_store(atomic<T>* obj, T desr) noexcept;
1197 // atomic_store
1202 atomic_store(volatile atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
1210 atomic_store(atomic<_Tp>* __o, _Tp __d) _NOEXCEPT
H A Dmemory606 void atomic_store(shared_ptr<T>* p, shared_ptr<T> r);
5448 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r)
5462 atomic_store(__p, __r);
/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 Datomic1279 atomic_store(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i) noexcept
1284 atomic_store(volatile atomic<_ITp>* __a, __atomic_val_t<_ITp> __i) 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 Datomic1279 atomic_store(atomic<_ITp>* __a, __atomic_val_t<_ITp> __i) noexcept
1284 atomic_store(volatile atomic<_ITp>* __a, __atomic_val_t<_ITp> __i) noexcept
/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/plugin/include/
H A Doptabs.def423 OPTAB_D (atomic_store_optab, "atomic_store$I$a")
/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/plugin/include/
H A Doptabs.def423 OPTAB_D (atomic_store_optab, "atomic_store$I$a")