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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.h 63 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock);
dd_interceptors.cc 67 MutexBeforeUnlock(thr, (uptr)m, true);
96 MutexBeforeUnlock(thr, (uptr)m, true);
158 MutexBeforeUnlock(thr, (uptr)m, true); // note: not necessary write unlock
186 MutexBeforeUnlock(thr, (uptr)m, true);
197 MutexBeforeUnlock(thr, (uptr)m, true);
257 MutexBeforeUnlock(thr, m, writelock);
dd_rtl.cc 138 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) {
144 ctx->dd->MutexBeforeUnlock(&cb, &h->dd, writelock);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 85 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {}
sanitizer_deadlock_detector1.cc 53 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) override;
173 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {
sanitizer_deadlock_detector2.cc 97 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock);
302 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {
303 VPrintf(2, "#%llu: DD::MutexBeforeUnlock(%p, wlock=%d) nlocked=%d\n",
309 VPrintf(3, "#%llu: DD::MutexBeforeUnlock recursive\n", cb->lt->ctx);
312 VPrintf(3, "#%llu: DD::MutexBeforeUnlock reset owner\n", cb->lt->ctx);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector_interface.h 87 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {}
sanitizer_deadlock_detector1.cpp 52 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) override;
172 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {
sanitizer_deadlock_detector2.cpp 96 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock);
299 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {
300 VPrintf(2, "#%llu: DD::MutexBeforeUnlock(%p, wlock=%d) nlocked=%d\n",
306 VPrintf(3, "#%llu: DD::MutexBeforeUnlock recursive\n", cb->lt->ctx);
309 VPrintf(3, "#%llu: DD::MutexBeforeUnlock reset owner\n", cb->lt->ctx);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 243 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, true);
327 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, false);
375 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, write);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_mutex.cpp 242 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, true);
330 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, false);
377 ctx->dd->MutexBeforeUnlock(&cb, &s->dd, write);

Completed in 30 milliseconds