Searched refs:MutexBeforeUnlock (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 67 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()
|
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; 173 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 | 218 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()
|