Home
last modified time | relevance | path

Searched defs:ReleaseStore (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_base/
Datomic_ops.h38 static void ReleaseStore(volatile int* i, int value) { *i = value; } in ReleaseStore() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cc215 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) const { in ReleaseStore() function in __tsan::ThreadClock
Dtsan_rtl_mutex.cc403 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc284 void ReleaseStore(SimpleSyncClock *dst) const { in ReleaseStore() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cpp285 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) { in ReleaseStore() function in __tsan::ThreadClock
Dtsan_rtl_mutex.cpp458 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cpp381 void ReleaseStore(SimpleSyncClock *dst) const { in ReleaseStore() function