Home
last modified time | relevance | path

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

/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h98 #define atomic_store_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h90 #define atomic_store_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h92 #define atomic_store_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h89 #define atomic_store_explicit(object, desired, order) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h89 #define atomic_store_explicit(object, desired, order) \ macro
/third_party/boost/boost/smart_ptr/
Dshared_ptr.hpp1103 template<class T, class M> inline void atomic_store_explicit( shared_ptr<T> * p, shared_ptr<T> r, /… in atomic_store_explicit() function