Home
last modified time | relevance | path

Searched refs:ReleaseStoreImpl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp234 ReleaseStoreImpl(thr, pc, &s->clock); in MutexUnlock()
367 ReleaseStoreImpl(thr, pc, &s->clock); in MutexReadOrWriteUnlock()
466 ReleaseStoreImpl(thr, pc, &s->clock); in ReleaseStore()
513 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c) { in ReleaseStoreImpl() function
H A Dtsan_rtl.h580 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c);
H A Dtsan_interface_atomic.cpp279 ReleaseStoreImpl(thr, pc, &s->clock); in AtomicStore()