Lines Matching defs:release
449 * implementation, AutoWriteLock will release a write lock
450 * whereas AutoReadLock will release a read lock.
493 void AutoLockBase::release()
495 AssertMsgReturnVoid(m->fIsLocked, ("m->fIsLocked is false, cannot release!"));
543 * This gets called by AutoLockBase.release() to actually release
544 * the semaphore; in the AutoReadLock implementation, we release
575 * This gets called by AutoLockBase.release() to actually release
576 * the semaphore; in the AutoWriteLock implementation, we release