Home
last modified time | relevance | path

Searched defs:MutexAfterLock (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc125 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock) { in MutexAfterLock() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function
H A Dsanitizer_deadlock_detector1.cc153 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) { in MutexAfterLock() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector2.cc273 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock() function in __sanitizer::DD