Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc51 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()
Ddd_rtl.cc112 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function
120 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); in MutexBeforeLock()
Ddd_rtl.h61 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc50 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override;
104 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
Dsanitizer_deadlock_detector2.cc94 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
194 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc175 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexLock()
253 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexReadLock()