HomeSort by relevance Sort by last modified time
    Searched defs:MutexAfterLock (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) {
133 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 51 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
153 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) {
sanitizer_deadlock_detector_interface.h 83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
sanitizer_deadlock_detector2.cc 95 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
273 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
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);

Completed in 73 milliseconds