Searched refs:LockImpl (Results 1 – 2 of 2) sorted by relevance
129 LockImpl(GET_CALLER_PC()); in Lock()151 void LockImpl(uptr pc);
220 void CheckedMutex::LockImpl(uptr pc) { deadlock_detector.Lock(type_, pc); } in LockImpl() function in __sanitizer::CheckedMutex