/external/chromium/base/ |
H A D | atomicops_internals_atomicword_compat.h | 76 inline void Release_Store(volatile AtomicWord* ptr, AtomicWord value) { function in namespace:base::subtle 77 return base::subtle::Release_Store(
|
H A D | atomicops_internals_arm_gcc.h | 102 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:base::subtle
|
H A D | atomicops_internals_mips_gcc.h | 137 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:base::subtle
|
H A D | atomicops_internals_x86_gcc.h | 127 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 D | atomicops_internals_x86_macosx.h | 83 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 D | atomicops_internals_x86_msvc.h | 75 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 D | atomicops_internals_arm_gcc.h | 123 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:v8::internal
|
H A D | atomicops_internals_mips_gcc.h | 157 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { function in namespace:v8::internal
|
H A D | atomicops_internals_x86_gcc.h | 149 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 D | atomicops_internals_x86_macosx.h | 105 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 D | atomicops_internals_x86_msvc.h | 98 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
|