Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/package/berkeleydb/
H A D0002-atomic_compare_exchange.patch13 #define atomic_compare_exchange(env, p, o, n) \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/db/db/
H A D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch37 #define atomic_compare_exchange(env, p, oldval, newval) \
114 @@ -474,7 +474,7 @@ atomic_compare_exchange(env, v, oldval, newval)
H A D0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch28 #define atomic_compare_exchange(env, p, o, n) \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp1115 template<class T> bool atomic_compare_exchange( shared_ptr<T> * p, shared_ptr<T> * v, shared_ptr<T>… in atomic_compare_exchange() function
1142 return atomic_compare_exchange( p, v, w ); // std::move( w ) in atomic_compare_exchange_explicit()