/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cpp | 50 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 79 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 107 MutexBeforeLock(thr, (uptr)m, false); in INTERCEPTOR() 132 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 186 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 197 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR() 244 MutexBeforeLock(thr, m, writelock); in __dsan_before_mutex_lock()
|
D | dd_rtl.cpp | 111 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function 119 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); in MutexBeforeLock()
|
D | dd_rtl.h | 60 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 51 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()
|
D | dd_rtl.cc | 112 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function 120 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); in MutexBeforeLock()
|
D | dd_rtl.h | 61 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) override; 104 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/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cpp | 49 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override; 103 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector_interface.h | 84 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
|
D | sanitizer_deadlock_detector2.cpp | 93 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock); 189 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cpp | 149 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPreLock() 198 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPostLock() 262 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPreReadLock() 293 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPostReadLock()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 175 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexLock() 253 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexReadLock()
|