Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc67 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()
Ddd_rtl.cc138 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() function
144 ctx->dd->MutexBeforeUnlock(&cb, &h->dd, writelock); in MutexBeforeUnlock()
Ddd_rtl.h63 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc53 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) override;
173 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h85 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeUnlock() function
Dsanitizer_deadlock_detector2.cc97 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock);
306 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc218 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, true); in MutexUnlock()
285 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, false); in MutexReadUnlock()
333 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, write); in MutexReadOrWriteUnlock()