HomeSort by relevance Sort by last modified time
    Searched defs:atomic_exchange (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang.h 89 INLINE typename T::Type atomic_exchange(volatile T *a, function in namespace:__sanitizer
sanitizer_atomic_msvc.h 111 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, function in namespace:__sanitizer
124 INLINE u16 atomic_exchange(volatile atomic_uint16_t *a, function in namespace:__sanitizer
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 656 template<class T> shared_ptr<T> atomic_exchange( shared_ptr<T> * p, shared_ptr<T> r ) function in namespace:boost
669 return atomic_exchange( 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 137 #define atomic_exchange(__a, __m) \ macro
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 137 #define atomic_exchange(__a, __m) \ macro
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 137 #define atomic_exchange(__a, __m) \ macro
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 137 #define atomic_exchange(__a, __m) \ macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_c.h 137 #define atomic_exchange(__a, __m) \ macro

Completed in 465 milliseconds