Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dcustom_mutex.h23 LockImpl(); in Lock()
51 LockImpl(false); in Broadcast()
67 void LockImpl(bool prof = true) {
/llvm-project-15.0.7/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.cpp218 void CheckedMutex::LockImpl(uptr pc) { deadlock_detector.Lock(type_, pc); } in LockImpl() function in __sanitizer::CheckedMutex