HomeSort by relevance Sort by last modified time
    Searched defs:ReleaseStore (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 33 // void ThreadClock::ReleaseStore(SyncClock *dst) const {
167 // ReleaseStore will correctly set release_store_tid_,
169 ReleaseStore(dst);
217 void ThreadClock::ReleaseStore(SyncClock *dst) const {
259 ReleaseStore(dst);
tsan_rtl_mutex.cc 395 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) {
396 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr);
450 thr->clock.ReleaseStore(c);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 74 thr1.ReleaseStore(&sync);
206 void ReleaseStore(SimpleSyncClock *dst) const {
277 thr0[tid]->ReleaseStore(sync0[cid]);
278 thr1[tid]->ReleaseStore(sync1[cid]);

Completed in 249 milliseconds