Searched refs:ReleaseStore (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/tsan/
H A Dts_lock.h82 ALWAYS_INLINE void ReleaseStore(uintptr_t *ptr, uintptr_t value) { function
100 ALWAYS_INLINE void ReleaseStore(uintptr_t *ptr, uintptr_t value) { function
115 void ReleaseStore(uintptr_t *ptr, uintptr_t value);
H A Dthread_sanitizer.cc3362 ReleaseStore((uintptr_t*)addr, (uintptr_t)line);
/external/v8/src/
H A Dunbound-queue-inl.h73 OS::ReleaseStore(&divider_, reinterpret_cast<AtomicWord>(next));
81 OS::ReleaseStore(&last_, reinterpret_cast<AtomicWord>(next));
H A Dplatform.h300 static void ReleaseStore(volatile AtomicWord* ptr, AtomicWord value);
H A Dplatform-cygwin.cc95 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { function in class:v8::internal::OS
H A Dplatform-freebsd.cc102 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { function in class:v8::internal::OS
H A Dplatform-macos.cc297 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { function in class:v8::internal::OS
H A Dplatform-solaris.cc124 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { function in class:v8::internal::OS
H A Dplatform-linux.cc304 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { function in class:v8::internal::OS
H A Dplatform-openbsd.cc130 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { function in class:v8::internal::OS
H A Dplatform-win32.cc1458 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { function in class:v8::internal::OS
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h73 void ReleaseStore(SyncClock *dst) const;
H A Dtsan_clock.cc91 void ThreadClock::ReleaseStore(SyncClock *dst) const { function in class:__tsan::ThreadClock
H A Dtsan_rtl_mutex.cc131 thr->clock.ReleaseStore(&s->clock);
211 thr->clock.ReleaseStore(&s->clock);
244 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { function in namespace:__tsan
246 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr);
249 thr->clock.ReleaseStore(&s->clock);
H A Dtsan_interface_atomic.cc88 ReleaseStore(thr, pc, (uptr)a);
H A Dtsan_rtl.h500 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr);
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc176 ReleaseStore(thr, 0, (uptr)addr);

Completed in 176 milliseconds