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

/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h62 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
H A Ddd_interceptors.cc54 MutexBeforeLock(thr, (uptr)m, true);
83 MutexBeforeLock(thr, (uptr)m, true);
111 MutexBeforeLock(thr, (uptr)m, false);
136 MutexBeforeLock(thr, (uptr)m, true);
190 MutexBeforeLock(thr, (uptr)m, true);
201 MutexBeforeLock(thr, (uptr)m, true);
248 MutexBeforeLock(thr, m, writelock);
H A Ddd_rtl.cc108 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { function in namespace:__dsan
116 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cc50 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
103 void DD::MutexBeforeLock(DDCallback *cb, function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc94 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
194 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { function in class:__sanitizer::DD
195 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n",
202 VPrintf(3, "#%llu: DD::MutexBeforeLock recursive\n",
218 VPrintf(3, "#%llu: DD::MutexBeforeLock first mutex\n",
244 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
259 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
265 VPrintf(3, "#%llu: DD::MutexBeforeLock don't check\n",
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc178 ctx->dd->MutexBeforeLock(&cb, &s->dd, true);
255 ctx->dd->MutexBeforeLock(&cb, &s->dd, false);

Completed in 2951 milliseconds