Searched refs:MutexBeforeUnlock (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 70 MutexBeforeUnlock(thr, (uptr)m, true); in INTERCEPTOR() 99 MutexBeforeUnlock(thr, (uptr)m, true); in INTERCEPTOR() 161 MutexBeforeUnlock(thr, (uptr)m, true); // note: not necessary write unlock in INTERCEPTOR() 189 MutexBeforeUnlock(thr, (uptr)m, true); in INTERCEPTOR() 200 MutexBeforeUnlock(thr, (uptr)m, true); in INTERCEPTOR() 260 MutexBeforeUnlock(thr, m, writelock); in __dsan_before_mutex_unlock()
|
D | dd_rtl.cc | 138 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() function 144 ctx->dd->MutexBeforeUnlock(&cb, &h->dd, writelock); in MutexBeforeUnlock()
|
D | dd_rtl.h | 63 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 53 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) override; 168 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector_interface.h | 85 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeUnlock() function
|
D | sanitizer_deadlock_detector2.cc | 97 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/ |
D | tsan_rtl_mutex.cc | 217 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, true); in MutexUnlock() 284 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, false); in MutexReadUnlock() 332 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, write); in MutexReadOrWriteUnlock()
|