Home
last modified time | relevance | path

Searched refs:ReleaseStore (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cc78 thr1.ReleaseStore(&cache, &sync); in TEST()
283 void ReleaseStore(SimpleSyncClock *dst) const { in ReleaseStore() function
354 thr0[tid]->ReleaseStore(sync0[cid]); in ClockFuzzer()
355 thr1[tid]->ReleaseStore(&cache, sync1[cid]); in ClockFuzzer()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_clock.cc170 ReleaseStore(c, dst); in release()
217 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) const { in ReleaseStore() function in __tsan::ThreadClock
261 ReleaseStore(c, dst); in acq_rel()
Dtsan_clock.h110 void ReleaseStore(ClockCache *c, SyncClock *dst) const;
Dtsan_rtl_mutex.cc392 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function
447 thr->clock.ReleaseStore(&thr->clock_cache, c); in ReleaseStoreImpl()
Dtsan_interface_java.cc250 ReleaseStore(thr, caller_pc, addr); in __tsan_java_release_store()
Dtsan_rtl.h698 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr);
Dtsan_interceptors.cc2121 ReleaseStore(thr, pc, (uptr)&sigactions[sig]); in TSAN_INTERCEPTOR()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc166 ReleaseStore(thr, 0, (uptr)addr); in __tsan_release()