Home
last modified time | relevance | path

Searched refs:MutexBeforeLock (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc51 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR()
80 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR()
108 MutexBeforeLock(thr, (uptr)m, false); in INTERCEPTOR()
133 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR()
187 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR()
198 MutexBeforeLock(thr, (uptr)m, true); in INTERCEPTOR()
245 MutexBeforeLock(thr, m, writelock); in __dsan_before_mutex_lock()
H A Ddd_rtl.cc112 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function
120 ctx->dd->MutexBeforeLock(&cb, &h->dd, writelock); in MutexBeforeLock()
H A Ddd_rtl.h61 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp49 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override;
103 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h84 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
H A Dsanitizer_deadlock_detector2.cpp93 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
187 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc50 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override;
104 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
H A Dsanitizer_deadlock_detector2.cc94 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
190 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc48 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) override;
102 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h80 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
H A Dsanitizer_deadlock_detector2.cc92 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
188 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc150 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPreLock()
199 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPostLock()
263 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPreReadLock()
294 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPostReadLock()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc148 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPreLock()
197 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPostLock()
261 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPreReadLock()
292 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPostReadLock()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cpp149 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPreLock()
199 ctx->dd->MutexBeforeLock(&cb, &s->dd, true); in MutexPostLock()
263 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPreReadLock()
297 ctx->dd->MutexBeforeLock(&cb, &s->dd, false); in MutexPostReadLock()