Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp230 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 Dtsan_rtl.h796 void ReleaseStoreImpl(ThreadState *thr, uptr pc, SyncClock *c);
H A Dtsan_interface_atomic.cpp276 ReleaseStoreImpl(thr, pc, &s->clock); in AtomicStore()