Searched defs:MutexAfterLock (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cpp | 124 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock() function
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cc | 125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector_interface.h | 83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
|
D | sanitizer_deadlock_detector1.cc | 153 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector2.cc | 273 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function in __sanitizer::DD
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector_interface.h | 85 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
|
D | sanitizer_deadlock_detector1.cpp | 152 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector2.cpp | 268 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function in __sanitizer::DD
|