Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc53 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR()
61 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR()
82 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR()
90 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR()
110 MutexAfterLock(thr, (uptr)m, false, false); in INTERCEPTOR()
118 MutexAfterLock(thr, (uptr)m, false, true); in INTERCEPTOR()
135 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR()
143 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR()
152 MutexAfterLock(thr, (uptr)m, true, true); in INTERCEPTOR()
189 MutexAfterLock(thr, (uptr)m, true, false); in INTERCEPTOR()
[all …]
H A Ddd_rtl.cc125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock() function
133 ctx->dd->MutexAfterLock(&cb, &h->dd, writelock, trylock); in MutexAfterLock()
H A Ddd_rtl.h62 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc49 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
151 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h81 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
H A Dsanitizer_deadlock_detector2.cc93 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
267 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function in __sanitizer::DD
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc51 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
153 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
H A Dsanitizer_deadlock_detector2.cc95 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
269 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function in __sanitizer::DD
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc49 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
151 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector_interface.h81 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
H A Dsanitizer_deadlock_detector2.cc93 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
267 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function in __sanitizer::DD
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc200 ctx->dd->MutexAfterLock(&cb, &s->dd, true, flagz & MutexFlagTryLock); in MutexPostLock()
295 ctx->dd->MutexAfterLock(&cb, &s->dd, false, flagz & MutexFlagTryLock); in MutexPostReadLock()
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc198 ctx->dd->MutexAfterLock(&cb, &s->dd, true, flagz & MutexFlagTryLock); in MutexPostLock()
293 ctx->dd->MutexAfterLock(&cb, &s->dd, false, flagz & MutexFlagTryLock); in MutexPostReadLock()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_mutex.cc198 ctx->dd->MutexAfterLock(&cb, &s->dd, true, flagz & MutexFlagTryLock); in MutexPostLock()
293 ctx->dd->MutexAfterLock(&cb, &s->dd, false, flagz & MutexFlagTryLock); in MutexPostReadLock()