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

/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc56 MutexAfterLock(thr, (uptr)m, true, false);
64 MutexAfterLock(thr, (uptr)m, true, true);
85 MutexAfterLock(thr, (uptr)m, true, false);
93 MutexAfterLock(thr, (uptr)m, true, true);
113 MutexAfterLock(thr, (uptr)m, false, false);
121 MutexAfterLock(thr, (uptr)m, false, true);
130 MutexAfterLock(thr, (uptr)m, false, true);
138 MutexAfterLock(thr, (uptr)m, true, false);
146 MutexAfterLock(thr, (uptr)m, true, true);
155 MutexAfterLock(th
[all...]
H A Ddd_rtl.h63 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
H A Ddd_rtl.cc121 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { function in namespace:__dsan
129 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc51 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock);
147 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc95 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
273 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, function in class:__sanitizer::DD
275 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n",
281 VPrintf(3, "#%llu: DD::MutexAfterLock recursive\n", cb->lt->ctx);
288 VPrintf(3, "#%llu: DD::MutexAfterLock set owner\n", cb->lt->ctx);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc179 ctx->dd->MutexAfterLock(&cb, &s->dd, true, try_lock);
256 ctx->dd->MutexAfterLock(&cb, &s->dd, false, trylock);

Completed in 121 milliseconds