Home
last modified time | relevance | path

Searched defs:MutexBeforeUnlock (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/dd/
Ddd_rtl.cpp137 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() function
/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc138 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector_interface.h85 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeUnlock() function
Dsanitizer_deadlock_detector1.cc173 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
Dsanitizer_deadlock_detector2.cc306 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector_interface.h87 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeUnlock() function
Dsanitizer_deadlock_detector1.cpp172 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
Dsanitizer_deadlock_detector2.cpp301 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD