Lines Matching refs:fIsLocked
375 : fIsLocked(false),
387 bool fIsLocked; // if true, then all items in aHandles are locked by this AutoLock and
475 if (m->fIsLocked)
485 AssertMsgReturnVoid(!m->fIsLocked, ("m->fIsLocked is true, attempting to lock twice!"));
487 m->fIsLocked = true;
495 AssertMsgReturnVoid(m->fIsLocked, ("m->fIsLocked is false, cannot release!"));
497 m->fIsLocked = false;
521 if (m->fIsLocked)
624 bool fWasLocked = m->fIsLocked;
629 m->fIsLocked = fWasLocked;