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

  /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 )
  /bionic/tests/
stdatomic_test.cpp 108 TEST(stdatomic, atomic_compare_exchange) {

Completed in 351 milliseconds