Searched refs:ReleaseStore (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 79 thr1.ReleaseStore(&cache, &sync); in TEST() 284 void ReleaseStore(SimpleSyncClock *dst) const { in ReleaseStore() function 355 thr0[tid]->ReleaseStore(sync0[cid]); in ClockFuzzer() 356 thr1[tid]->ReleaseStore(&cache, sync1[cid]); in ClockFuzzer()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_clock.cc | 168 ReleaseStore(c, dst); in release() 215 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) const { in ReleaseStore() function in __tsan::ThreadClock 259 ReleaseStore(c, dst); in acq_rel()
|
D | tsan_clock.h | 110 void ReleaseStore(ClockCache *c, SyncClock *dst) const;
|
D | tsan_rtl_mutex.cc | 403 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function 458 thr->clock.ReleaseStore(&thr->proc()->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 | 745 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr);
|
D | tsan_interceptors.cc | 1944 ReleaseStore(thr, pc, (uptr)&sigactions[sig]); in TSAN_INTERCEPTOR()
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 238 ReleaseStore(thr, 0, (uptr)addr); in __tsan_release()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 8250 <!-- void __tsan::ThreadClock::ReleaseStore(__tsan::SyncClock*) --> 8251 …<function-decl name='ReleaseStore' mangled-name='_ZNK6__tsan11ThreadClock12ReleaseStoreEPNS_9SyncC…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 4699 …<function-decl name='ReleaseStore' mangled-name='_ZNK6__tsan11ThreadClock12ReleaseStoreEPNS_9SyncC…
|