Searched defs:ReleaseStore (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc91 void ThreadClock::ReleaseStore(SyncClock *dst) const { function in class:__tsan::ThreadClock
H A Dtsan_rtl_mutex.cc145 thr->clock.ReleaseStore(&s->clock);
231 thr->clock.ReleaseStore(&s->clock);
280 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { function in namespace:__tsan
282 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr);
285 thr->clock.ReleaseStore(&s->clock);
/external/v8/src/
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-linux.cc299 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-openbsd.cc130 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-win32.cc1458 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { function in class:v8::internal::OS

Completed in 827 milliseconds