Searched defs:atomic_store_relaxed (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h80 INLINE void atomic_store_relaxed(volatile T *a, typename T::Type v) { function in namespace:__sanitizer
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h125 inline void atomic_store_relaxed(volatile T *A, typename T::Type V) { function in namespace:scudo

Completed in 70 milliseconds