HomeSort by relevance Sort by last modified time
    Searched refs:MutexBeforeLock (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/tsan/dd/
dd_rtl.h 61 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
dd_interceptors.cc 51 MutexBeforeLock(thr, (uptr)m, true);
80 MutexBeforeLock(thr, (uptr)m, true);
108 MutexBeforeLock(thr, (uptr)m, false);
133 MutexBeforeLock(thr, (uptr)m, true);
187 MutexBeforeLock(thr, (uptr)m, true);
198 MutexBeforeLock(thr, (uptr)m, true);
245 MutexBeforeLock(thr, m, writelock);
dd_rtl.cc 112 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) {
120 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {}
sanitizer_deadlock_detector1.cc 50 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override;
104 void DD::MutexBeforeLock(DDCallback *cb,
sanitizer_deadlock_detector2.cc 94 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
194 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {
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/
tsan_rtl_mutex.cc 175 ctx->dd->MutexBeforeLock(&cb, &s->dd, true);
253 ctx->dd->MutexBeforeLock(&cb, &s->dd, false);

Completed in 83 milliseconds