Home
last modified time | relevance | path

Searched defs:AutoWriteLock (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/synchronization/
DLock.h36 class AutoWriteLock; variable
177 AutoWriteLock(ReadWriteLock& lock) : mLock(lock) { mLock.lockWrite(); } in AutoWriteLock() function