Searched defs:MutexAfterLock (Results 1 – 4 of 4) sorted by relevance
/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 | 148 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
|