/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
H A D | dd_interceptors.cc | 53 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 D | dd_rtl.cc | 125 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 D | dd_rtl.h | 62 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cc | 49 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 D | sanitizer_deadlock_detector_interface.h | 81 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
|
H A D | sanitizer_deadlock_detector2.cc | 93 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 D | sanitizer_deadlock_detector1.cc | 51 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 D | sanitizer_deadlock_detector_interface.h | 83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
|
H A D | sanitizer_deadlock_detector2.cc | 95 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 D | sanitizer_deadlock_detector1.cc | 49 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 D | sanitizer_deadlock_detector_interface.h | 81 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
|
H A D | sanitizer_deadlock_detector2.cc | 93 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 D | tsan_rtl_mutex.cc | 200 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 D | tsan_rtl_mutex.cc | 198 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 D | tsan_rtl_mutex.cc | 198 ctx->dd->MutexAfterLock(&cb, &s->dd, true, flagz & MutexFlagTryLock); in MutexPostLock() 293 ctx->dd->MutexAfterLock(&cb, &s->dd, false, flagz & MutexFlagTryLock); in MutexPostReadLock()
|