Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/dd/
Ddd_rtl.cc112 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector_interface.h82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
Dsanitizer_deadlock_detector1.cc104 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
Dsanitizer_deadlock_detector2.cc194 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD