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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h82 void ReleaseStore(SyncClock *dst) const;
H A Dtsan_clock.cc33 // void ThreadClock::ReleaseStore(SyncClock *dst) const {
167 // ReleaseStore will correctly set release_store_tid_,
169 ReleaseStore(dst);
217 void ThreadClock::ReleaseStore(SyncClock *dst) const { function in class:__tsan::ThreadClock
259 ReleaseStore(dst);
H A Dtsan_rtl_mutex.cc395 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { function in namespace:__tsan
396 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr);
450 thr->clock.ReleaseStore(c);
H A Dtsan_rtl.h659 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc74 thr1.ReleaseStore(&sync);
206 void ReleaseStore(SimpleSyncClock *dst) const { function in struct:__tsan::SimpleThreadClock
277 thr0[tid]->ReleaseStore(sync0[cid]);
278 thr1[tid]->ReleaseStore(sync1[cid]);
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc183 ReleaseStore(thr, 0, (uptr)addr);

Completed in 1673 milliseconds