Home
last modified time | relevance | path

Searched defs:UnlockImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Dcustom_mutex.h78 void UnlockImpl() { in UnlockImpl() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp222 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); } in UnlockImpl() function in __sanitizer::CheckedMutex