Searched refs:ReleaseStoreImpl (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_mutex.cpp | 234 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 D | tsan_rtl.h | 580 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c);
|
| H A D | tsan_interface_atomic.cpp | 279 ReleaseStoreImpl(thr, pc, &s->clock); in AtomicStore()
|