Home
last modified time | relevance | path

Searched refs:UnlockImpl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dcustom_mutex.h37 UnlockImpl(); in Unlock()
53 UnlockImpl(); in Broadcast()
78 void UnlockImpl() { in UnlockImpl() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h135 UnlockImpl(); in Unlock()
152 void UnlockImpl();
H A Dsanitizer_mutex.cpp220 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); } in UnlockImpl() function in __sanitizer::CheckedMutex