Searched refs:Release_Store (Results 1 - 22 of 22) sorted by relevance

/external/chromium/base/synchronization/
H A Dcancellation_flag.cc15 base::subtle::Release_Store(&flag_, 1);
/external/chromium/base/
H A Dlazy_instance.cc37 base::subtle::Release_Store(&state_, STATE_CREATED);
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.h103 void Release_Store(volatile Atomic32* ptr, Atomic32 value);
126 void Release_Store(volatile Atomic64* ptr, Atomic64 value);
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
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 Dlazy_instance.h175 base::subtle::Release_Store(&me->state_, STATE_EMPTY);
H A Datomicops_unittest.cc182 base::subtle::Release_Store(&value, kVal1);
184 base::subtle::Release_Store(&value, kVal2);
/external/v8/src/
H A Donce.cc62 Release_Store(once, ONCE_STATE_DONE);
H A Datomicops.h118 void Release_Store(volatile Atomic32* ptr, Atomic32 value);
141 void Release_Store(volatile Atomic64* ptr, Atomic64 value);
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_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_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
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 Dplatform-macos.cc595 Release_Store(&tls_base_offset_initialized, 1);
H A Disolate.cc1726 Release_Store(&debugger_initialized_, true);
/external/chromium/base/memory/
H A Dsingleton.h226 base::subtle::Release_Store(
/external/chromium/base/allocator/
H A Dallocator_unittests.cc238 base::subtle::Release_Store(&value, kVal1);
240 base::subtle::Release_Store(&value, kVal2);

Completed in 158 milliseconds