Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h127 LockImpl(GET_CALLER_PC()); in Lock()
149 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