Searched defs:Release_Store (Results 1 - 11 of 11) sorted by relevance

/external/chromium/base/
H A Datomicops_internals_atomicword_compat.h76 inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) { function in namespace:base::subtle
77 return base::subtle::Release_Store(
H A Datomicops_internals_arm_gcc.h102 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:base::subtle
H A Datomicops_internals_mips_gcc.h137 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:base::subtle
H A Datomicops_internals_x86_gcc.h127 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:base::subtle
130 // See comments in Atomic64 version of Release_Store(), below.
139 // See comments in Atomic64 version of Release_Store(), below.
205 inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) { function in namespace:base::subtle
233 // See also Release_Store(), above.
H A Datomicops_internals_x86_macosx.h83 inline void Release_Store(volatile Atomic32 *ptr, Atomic32 value) { function in namespace:base::subtle
173 inline void Release_Store(volatile Atomic64 *ptr, Atomic64 value) { function in namespace:base::subtle
H A Datomicops_internals_x86_msvc.h75 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:base::subtle
77 // See comments in Atomic64 version of Release_Store() below.
138 inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) { function in namespace:base::subtle
/external/v8/src/
H A Datomicops_internals_arm_gcc.h123 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:v8::internal
H A Datomicops_internals_mips_gcc.h157 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:v8::internal
H A Datomicops_internals_x86_gcc.h149 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:v8::internal
152 // See comments in Atomic64 version of Release_Store(), below.
161 // See comments in Atomic64 version of Release_Store(), below.
227 inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) { function in namespace:v8::internal
255 // See also Release_Store(), above.
H A Datomicops_internals_x86_macosx.h105 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:v8::internal
194 inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) { function in namespace:v8::internal
277 inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) { function in namespace:v8::internal
278 return v8::internal::Release_Store(
H A Datomicops_internals_x86_msvc.h98 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:v8::internal
100 // See comments in Atomic64 version of Release_Store() below.
161 inline void Release_Store(volatile Atomic64* ptr, Atomic64 value) { function in namespace:v8::internal

Completed in 120 milliseconds