Searched refs:MutexBeforeLock (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h60 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
H A Ddd_interceptors.cpp51 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);
H A Ddd_rtl.cpp111 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { function in namespace:__dsan
119 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h84 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} function in struct:__sanitizer::DDetector
H A Dsanitizer_deadlock_detector1.cpp49 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override;
103 void DD::MutexBeforeLock(DDCallback *cb, function in class:__sanitizer::DD
H A Dsanitizer_deadlock_detector2.cpp93 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
187 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { function in class:__sanitizer::DD
188 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n",
195 VPrintf(3, "#%llu: DD::MutexBeforeLock recursive\n",
211 VPrintf(3, "#%llu: DD::MutexBeforeLock first mutex\n",
237 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
252 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
258 VPrintf(3, "#%llu: DD::MutexBeforeLock don't check\n",
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp153 ctx->dd->MutexBeforeLock(&cb, &s->dd, true);
202 ctx->dd->MutexBeforeLock(&cb, &s->dd, true);
276 ctx->dd->MutexBeforeLock(&cb, &s->dd, false);
310 ctx->dd->MutexBeforeLock(&cb, &s->dd, false);

Completed in 70 milliseconds