Searched defs:atomic_store (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
H A Dshared_ptr.hpp645 template<class T> void atomic_store( shared_ptr<T> * p, shared_ptr<T> r ) function in namespace:boost
653 atomic_store( p, r ); // std::move( r )

Completed in 55 milliseconds