Searched refs:ReleaseStoreImpl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cpp | 230 ReleaseStoreImpl(thr, pc, &s->clock); in MutexUnlock() 355 ReleaseStoreImpl(thr, pc, &s->clock); in MutexReadOrWriteUnlock() 457 ReleaseStoreImpl(thr, pc, &s->clock); in ReleaseStore() 505 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c) { in ReleaseStoreImpl() function
|
| H A D | tsan_rtl.h | 796 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c);
|
| H A D | tsan_interface_atomic.cpp | 276 ReleaseStoreImpl(thr, pc, &s->clock); in AtomicStore()
|