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