Home
last modified time | relevance | path

Searched refs:MutexAfterLock (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc53 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR()
61 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR()
82 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR()
90 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR()
110 MutexAfterLock(thr, (uptr)m, false, false); in INTERCEPTOR()
118 MutexAfterLock(thr, (uptr)m, false, true); in INTERCEPTOR()
127 MutexAfterLock(thr, (uptr)m, false, true); in INTERCEPTOR()
135 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR()
143 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR()
152 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR()
[all …]
Ddd_rtl.cc125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock() function
133 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock); in MutexAfterLock()
Ddd_rtl.h62 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc51 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
153 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() function in __sanitizer::DD
Dsanitizer_deadlock_detector_interface.h83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
Dsanitizer_deadlock_detector2.cc95 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/
Dtsan_rtl_mutex.cc176 ctx->dd->MutexAfterLock(&cb, &s->dd, true, try_lock); in MutexLock()
254 ctx->dd->MutexAfterLock(&cb, &s->dd, false, trylock); in MutexReadLock()