HomeSort by relevance Sort by last modified time
    Searched full:atomic_compare_exchange (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomicfwd_c.h 143 #define atomic_compare_exchange(__a, __e, __m) \ macro
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 143 #define atomic_compare_exchange(__a, __e, __m) \ macro
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 143 #define atomic_compare_exchange(__a, __e, __m) \ macro
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 143 #define atomic_compare_exchange(__a, __e, __m) \ macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_c.h 143 #define atomic_compare_exchange(__a, __e, __m) \ macro
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 672 template<class T> bool atomic_compare_exchange( shared_ptr<T> * p, shared_ptr<T> * v, shared_ptr<T> w ) function in namespace:boost
699 return atomic_compare_exchange( p, v, w ); // std::move( w )

Completed in 2264 milliseconds