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

/external/chromium/base/
H A Datomicops_internals_atomicword_compat.h91 inline AtomicWord Release_Load(volatile const AtomicWord* ptr) { function in namespace:base::subtle
92 return base::subtle::Release_Load(
H A Datomicops_internals_arm_gcc.h117 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:base::subtle
H A Datomicops_internals_mips_gcc.h152 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:base::subtle
H A Datomicops_internals_x86_gcc.h144 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:base::subtle
238 inline Atomic64 Release_Load(volatile const Atomic64* ptr) { function in namespace:base::subtle
H A Datomicops_internals_x86_macosx.h98 inline Atomic32 Release_Load(volatile const Atomic32 *ptr) { function in namespace:base::subtle
188 inline Atomic64 Release_Load(volatile const Atomic64 *ptr) { function in namespace:base::subtle
H A Datomicops_internals_x86_msvc.h89 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:base::subtle
158 inline Atomic64 Release_Load(volatile const Atomic64* ptr) { function in namespace:base::subtle
/external/v8/src/
H A Datomicops_internals_arm_gcc.h138 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:v8::internal
H A Datomicops_internals_mips_gcc.h172 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:v8::internal
H A Datomicops_internals_x86_gcc.h166 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:v8::internal
260 inline Atomic64 Release_Load(volatile const Atomic64* ptr) { function in namespace:v8::internal
H A Datomicops_internals_x86_macosx.h120 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:v8::internal
209 inline Atomic64 Release_Load(volatile const Atomic64* ptr) { function in namespace:v8::internal
292 inline AtomicWord Release_Load(volatile const AtomicWord* ptr) { function in namespace:v8::internal
293 return v8::internal::Release_Load(
H A Datomicops_internals_x86_msvc.h112 inline Atomic32 Release_Load(volatile const Atomic32* ptr) { function in namespace:v8::internal
181 inline Atomic64 Release_Load(volatile const Atomic64* ptr) { function in namespace:v8::internal

Completed in 694 milliseconds