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

  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 134 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) {
140 ctx->dd->MutexBeforeUnlock(&cb, &h->dd, writelock);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 52 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock);
167 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {
sanitizer_deadlock_detector_interface.h 85 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {}
sanitizer_deadlock_detector2.cc 97 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock);
306 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {
307 VPrintf(2, "#%llu: DD::MutexBeforeUnlock(%p, wlock=%d) nlocked=%d\n",
313 VPrintf(3, "#%llu: DD::MutexBeforeUnlock recursive\n", cb->lt->ctx);
316 VPrintf(3, "#%llu: DD::MutexBeforeUnlock reset owner\n", cb->lt->ctx);

Completed in 55 milliseconds