Searched refs:ReleaseStoreImpl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cc | 234 ReleaseStoreImpl(thr, pc, &s->clock); in MutexUnlock() 364 ReleaseStoreImpl(thr, pc, &s->clock); in MutexReadOrWriteUnlock() 453 ReleaseStoreImpl(thr, pc, &s->clock); in ReleaseStore() 495 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c) { in ReleaseStoreImpl() function
|
| H A D | tsan_rtl.h | 812 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c);
|
| H A D | tsan_interface_atomic.cc | 276 ReleaseStoreImpl(thr, pc, &s->clock); in AtomicStore()
|