/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_atomic_clang.h | 56 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
|
sanitizer_atomic_msvc.h | 87 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
shared_ptr.hpp | 645 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 )
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
atomicfwd_c.h | 131 #define atomic_store(__a, __m) \ macro
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomicfwd_c.h | 131 #define atomic_store(__a, __m) \ macro
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomicfwd_c.h | 131 #define atomic_store(__a, __m) \ macro
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
atomicfwd_c.h | 131 #define atomic_store(__a, __m) \ macro
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
atomicfwd_c.h | 131 #define atomic_store(__a, __m) \ macro
|