Searched refs:ReleaseStore (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 78 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/ |
D | tsan_clock.cc | 170 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()
|
D | tsan_clock.h | 110 void ReleaseStore(ClockCache *c, SyncClock *dst) const;
|
D | tsan_rtl_mutex.cc | 392 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function 447 thr->clock.ReleaseStore(&thr->clock_cache, c); in ReleaseStoreImpl()
|
D | tsan_interface_java.cc | 250 ReleaseStore(thr, caller_pc, addr); in __tsan_java_release_store()
|
D | tsan_rtl.h | 698 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr);
|
D | tsan_interceptors.cc | 2121 ReleaseStore(thr, pc, (uptr)&sigactions[sig]); in TSAN_INTERCEPTOR()
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 166 ReleaseStore(thr, 0, (uptr)addr); in __tsan_release()
|