Home
last modified time | relevance | path

Searched defs:atomic_exchange_explicit (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h123 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h106 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h111 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h104 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h101 #define atomic_exchange_explicit(object, desired, order) \ macro
/third_party/boost/boost/smart_ptr/
Dshared_ptr.hpp1119 template<class T, class M> shared_ptr<T> inline atomic_exchange_explicit( shared_ptr<T> * p, shared… in atomic_exchange_explicit() function