Home
last modified time | relevance | path

Searched refs:MutexBeforeUnlock (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp67 MutexBeforeUnlock(thr, (uptr)m, true); in INTERCEPTOR()
96 MutexBeforeUnlock(thr, (uptr)m, true); in INTERCEPTOR()
158 MutexBeforeUnlock(thr, (uptr)m, true); // note: not necessary write unlock in INTERCEPTOR()
186 MutexBeforeUnlock(thr, (uptr)m, true); in INTERCEPTOR()
197 MutexBeforeUnlock(thr, (uptr)m, true); in INTERCEPTOR()
257 MutexBeforeUnlock(thr, m, writelock); in __dsan_before_mutex_unlock()
H A Ddd_rtl.cpp137 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() function
143 ctx->dd->MutexBeforeUnlock(&cb, &h->dd, writelock); in MutexBeforeUnlock()
H A Ddd_rtl.h62 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp52 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) override;
172 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h87 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeUnlock() function
H A Dsanitizer_deadlock_detector2.cpp96 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock);
299 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp250 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, true); in MutexUnlock()
350 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, false); in MutexReadUnlock()
404 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, write); in MutexReadOrWriteUnlock()