HomeSort by: relevance | last modified time | path
    Searched defs:MutexAfterLock (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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);
  /src/sys/external/bsd/compiler_rt/dist/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,
269 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
271 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n",
277 VPrintf(3, "#%llu: DD::MutexAfterLock recursive\n", cb->lt->ctx);
284 VPrintf(3, "#%llu: DD::MutexAfterLock set owner\n", cb->lt->ctx);

Completed in 12 milliseconds