Lines Matching defs:AutoReadLock
390 // and AutoReadLock, there will only be one item on the list; with the
428 * whereas AutoReadLock will request a read lock.
440 // call virtual function implemented in AutoWriteLock or AutoReadLock
450 * whereas AutoReadLock will release a read lock.
463 // call virtual function implemented in AutoWriteLock or AutoReadLock
502 // AutoReadLock
515 /*virtual*/ AutoReadLock::~AutoReadLock()
529 * the semaphore; in the AutoReadLock implementation, we request
532 /*virtual*/ void AutoReadLock::callLockImpl(LockHandle &l)
544 * the semaphore; in the AutoReadLock implementation, we release
547 /*virtual*/ void AutoReadLock::callUnlockImpl(LockHandle &l)