Searched defs:atomic_store (Results 1 – 7 of 7) sorted by relevance
33 #define atomic_store(x, y) do { *(x) = (y); } while (0) macro
91 static inline void atomic_store(intptr_t *object, intptr_t desired) in atomic_store() function
85 #define atomic_store(object, desired) \ macro
86 #define atomic_store(object, desired) \ macro
83 static inline void atomic_store(intptr_t *object, intptr_t desired) in atomic_store() function
83 #define atomic_store(object, desired) \ macro
1097 template<class T> void atomic_store( shared_ptr<T> * p, shared_ptr<T> r ) BOOST_SP_NOEXCEPT in atomic_store() function