Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h135 UnlockImpl(); in Unlock()
152 void UnlockImpl();
H A Dsanitizer_mutex.cpp222 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); } in UnlockImpl() function in __sanitizer::CheckedMutex