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.cc56 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 …]
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,
148 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.cc175 ctx->dd->MutexAfterLock(&cb, &s->dd, true, try_lock); in MutexLock()
253 ctx->dd->MutexAfterLock(&cb, &s->dd, false, trylock); in MutexReadLock()