Searched refs:MutexBeforeLock (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 51 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 80 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 108 MutexBeforeLock(thr, (uptr)m, false); in INTERCEPTOR() 133 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 187 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 198 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 245 MutexBeforeLock(thr, m, writelock); in __dsan_before_mutex_lock()
|
H A D | dd_rtl.cpp | 111 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function 119 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); in MutexBeforeLock()
|
H A D | dd_rtl.h | 60 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 49 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override; 103 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
|
H A D | sanitizer_deadlock_detector_interface.h | 84 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
|
H A D | sanitizer_deadlock_detector2.cpp | 93 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock); 187 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_mutex.cpp | 153 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPreLock() 202 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPostLock() 276 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPreReadLock() 310 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPostReadLock()
|