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

  /src/sys/external/bsd/compiler_rt/dist/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);
  /src/sys/external/bsd/compiler_rt/dist/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);
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",
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 150 ctx->dd->MutexBeforeLock(&cb, &s->dd, true);
199 ctx->dd->MutexBeforeLock(&cb, &s->dd, true);
263 ctx->dd->MutexBeforeLock(&cb, &s->dd, false);
294 ctx->dd->MutexBeforeLock(&cb, &s->dd, false);

Completed in 79 milliseconds