Searched refs:ReleaseStore (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/ |
D | unbound-queue-inl.h | 73 OS::ReleaseStore(÷r_, reinterpret_cast<AtomicWord>(next)); 81 OS::ReleaseStore(&last_, reinterpret_cast<AtomicWord>(next));
|
D | platform.h | 300 static void ReleaseStore(volatile AtomicWord* ptr, AtomicWord value);
|
D | platform-cygwin.cc | 95 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { in ReleaseStore() function in v8::internal::OS
|
D | platform-freebsd.cc | 102 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { in ReleaseStore() function in v8::internal::OS
|
D | platform-solaris.cc | 124 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { in ReleaseStore() function in v8::internal::OS
|
D | platform-macos.cc | 297 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { in ReleaseStore() function in v8::internal::OS
|
D | platform-openbsd.cc | 130 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { in ReleaseStore() function in v8::internal::OS
|
D | platform-linux.cc | 299 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { in ReleaseStore() function in v8::internal::OS
|
D | platform-win32.cc | 1458 void OS::ReleaseStore(volatile AtomicWord* ptr, AtomicWord value) { in ReleaseStore() function in v8::internal::OS
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 145 thr->clock.ReleaseStore(&s->clock); in MutexUnlock() 231 thr->clock.ReleaseStore(&s->clock); in MutexReadOrWriteUnlock() 280 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function 285 thr->clock.ReleaseStore(&s->clock); in ReleaseStore()
|
D | tsan_clock.h | 71 void ReleaseStore(SyncClock *dst) const;
|
D | tsan_clock.cc | 91 void ThreadClock::ReleaseStore(SyncClock *dst) const { in ReleaseStore() function in __tsan::ThreadClock
|
D | tsan_rtl.h | 708 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr);
|
D | tsan_interface_atomic.cc | 282 thr->clock.ReleaseStore(&s->clock); in AtomicStore()
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 175 ReleaseStore(thr, 0, (uptr)addr); in __tsan_release()
|