Searched refs:MutexAfterLock (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 56 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR() 64 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR() 85 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR() 93 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR() 113 MutexAfterLock(thr, (uptr)m, false, false); in INTERCEPTOR() 121 MutexAfterLock(thr, (uptr)m, false, true); in INTERCEPTOR() 130 MutexAfterLock(thr, (uptr)m, false, true); in INTERCEPTOR() 138 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR() 146 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR() 155 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR() [all …]
|
D | dd_rtl.cc | 125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock() function 133 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock); in MutexAfterLock()
|
D | dd_rtl.h | 62 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 51 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, 148 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector_interface.h | 83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
|
D | sanitizer_deadlock_detector2.cc | 95 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, 273 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function in __sanitizer::DD
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 175 ctx->dd->MutexAfterLock(&cb, &s->dd, true, try_lock); in MutexLock() 253 ctx->dd->MutexAfterLock(&cb, &s->dd, false, trylock); in MutexReadLock()
|