Searched defs:MutexBeforeUnlock (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cpp | 137 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() function
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cc | 138 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock) { in MutexBeforeUnlock() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector_interface.h | 85 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeUnlock() function
|
D | sanitizer_deadlock_detector1.cc | 173 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector2.cc | 306 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector_interface.h | 87 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeUnlock() function
|
D | sanitizer_deadlock_detector1.cpp | 172 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector2.cpp | 301 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeUnlock() function in __sanitizer::DD
|