Searched defs:atomic_exchange_explicit (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/compat/atomics/pthread/ |
D | stdatomic.h | 123 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/ffmpeg/compat/atomics/dummy/ |
D | stdatomic.h | 106 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 111 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/ffmpeg/compat/atomics/suncc/ |
D | stdatomic.h | 104 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/ffmpeg/compat/atomics/win32/ |
D | stdatomic.h | 101 #define atomic_exchange_explicit(object, desired, order) \ macro
|
/third_party/boost/boost/smart_ptr/ |
D | shared_ptr.hpp | 1119 template<class T, class M> shared_ptr<T> inline atomic_exchange_explicit( shared_ptr<T> * p, shared… in atomic_exchange_explicit() function
|