HomeSort by relevance Sort by last modified time
    Searched refs:atomic_compare_exchange_explicit (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \ macro
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \ macro
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomicfwd_c.h 140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \ macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomicfwd_c.h 140 #define atomic_compare_exchange_explicit(__a, __e, __m, __x, __y) \ macro
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 697 template<class T> inline bool atomic_compare_exchange_explicit( shared_ptr<T> * p, shared_ptr<T> * v, shared_ptr<T> w, memory_order /*success*/, memory_order /*failure*/ ) function in namespace:boost

Completed in 344 milliseconds