Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h129 LockImpl(GET_CALLER_PC()); in Lock()
151 void LockImpl(uptr pc);
H A Dsanitizer_mutex.cpp220 void CheckedMutex::LockImpl(uptr pc) { deadlock_detector.Lock(type_, pc); } in LockImpl() function in __sanitizer::CheckedMutex