Searched refs:MutexBeforeLock (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 54 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 83 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 111 MutexBeforeLock(thr, (uptr)m, false); in INTERCEPTOR() 136 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 190 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 201 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 248 MutexBeforeLock(thr, m, writelock); in __dsan_before_mutex_lock()
|
D | dd_rtl.cc | 108 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function 116 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); in MutexBeforeLock()
|
D | dd_rtl.h | 62 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 50 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock); 103 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector_interface.h | 82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
|
D | sanitizer_deadlock_detector2.cc | 94 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/ |
D | tsan_rtl_mutex.cc | 178 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexLock() 255 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexReadLock()
|