Lines Matching defs:AutoWriteLock
121 AutoWriteLock lock1(critsect1 COMMA_LOCKVAL_SRC_POS);
122 AutoWriteLock lock2(critsect2 COMMA_LOCKVAL_SRC_POS);*/
389 HandlesVector aHandles; // array (vector) of LockHandle instances; in the case of AutoWriteLock
427 * implementation, AutoWriteLock will request a write lock
440 // call virtual function implemented in AutoWriteLock or AutoReadLock
449 * implementation, AutoWriteLock will release a write lock
463 // call virtual function implemented in AutoWriteLock or AutoReadLock
561 * the semaphore; in the AutoWriteLock implementation, we request
576 * the semaphore; in the AutoWriteLock implementation, we release
586 // AutoWriteLock
590 AutoWriteLock::AutoWriteLock(uint32_t cHandles,
617 void AutoWriteLock::attach(LockHandle *aHandle)
644 bool AutoWriteLock::isWriteLockOnCurrentThread() const
660 uint32_t AutoWriteLock::writeLockLevel() const