Searched defs:MutexBeforeLock (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cpp | 111 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cc | 112 void MutexBeforeLock(Thread *thr, uptr m, bool writelock) { in MutexBeforeLock() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector_interface.h | 82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
|
D | sanitizer_deadlock_detector1.cc | 104 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector2.cc | 194 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector_interface.h | 84 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock() function
|
D | sanitizer_deadlock_detector1.cpp | 103 void DD::MutexBeforeLock(DDCallback *cb, in MutexBeforeLock() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector2.cpp | 189 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) { in MutexBeforeLock() function in __sanitizer::DD
|