Searched defs:atomic_store (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_atomic_clang_x86.h73 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
H A Dsanitizer_atomic_clang_other.h61 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
H A Dsanitizer_atomic_msvc.h84 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { function in namespace:__sanitizer
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h143 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) function
158 atomic_store(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp> __r) function
/haiku-buildtools/gcc/gcc/ginclude/
H A Dstdatomic.h129 #define atomic_store(PTR, VAL) \ macro

Completed in 117 milliseconds