Home
last modified time | relevance | path

Searched defs:MutexInit (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector_interface.h81 virtual void MutexInit(DDCallback *cb, DDMutex *m) {} in MutexInit() function
Dsanitizer_deadlock_detector1.cc93 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() function in __sanitizer::DD
Dsanitizer_deadlock_detector2.cc153 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() function in __sanitizer::DD
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector_interface.h83 virtual void MutexInit(DDCallback *cb, DDMutex *m) {} in MutexInit() function
Dsanitizer_deadlock_detector1.cpp92 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() function in __sanitizer::DD
Dsanitizer_deadlock_detector2.cpp148 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() function in __sanitizer::DD