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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 112 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) {
120 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 50 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override;
104 void DD::MutexBeforeLock(DDCallback *cb,
sanitizer_deadlock_detector_interface.h 82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {}
sanitizer_deadlock_detector2.cc 94 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
190 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {
191 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n",
198 VPrintf(3, "#%llu: DD::MutexBeforeLock recursive\n",
214 VPrintf(3, "#%llu: DD::MutexBeforeLock first mutex\n",
240 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
255 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
261 VPrintf(3, "#%llu: DD::MutexBeforeLock don't check\n",

Completed in 13 milliseconds