Searched refs:i_getMediaTreeLockHandle (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp116 // pParent and llChildren are protected by VirtualBox::i_getMediaTreeLockHandle()
1063 AutoWriteLock treeLock(m->pVirtualBox->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
1253 AutoWriteLock treeLock(m->pVirtualBox->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
1395 Assert(aVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
1529 Assert(!pVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
1531 AutoWriteLock treeLock(pVirtualBox->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
1738 AutoWriteLock treeLock(m->pVirtualBox->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
1881 AutoReadLock treeLock(!pVirtualBox.isNull() ? &pVirtualBox->i_getMediaTreeLockHandle() : NULL COMMA_LOCKVAL_SRC_POS);
1900 AutoReadLock treeLock(!pVirtualBox.isNull() ? &pVirtualBox->i_getMediaTreeLockHandle() : NULL COMMA_LOCKVAL_SRC_POS);
2123 Assert(!m->pVirtualBox->i_getMediaTreeLockHandle()
[all...]
H A DHostImpl.cpp525 AutoWriteLock treeLock(m->pParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
548 AutoWriteLock treeLock(m->pParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
1779 Assert(m->pParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
1912 AutoWriteLock treeLock(m->pParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
1952 AutoWriteLock treeLock(m->pParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
1988 AutoWriteLock wlock(m->pParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
2007 Assert(m->pParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
2089 Assert(m->pParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
H A DVirtualBoxImpl.cpp658 AutoWriteLock treeLock(i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
1813 AutoWriteLock treeLock(i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
3743 AutoReadLock alock(i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
3808 AutoReadLock alock(i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
3853 AutoWriteLock mediaLock(i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
3930 AutoWriteLock mediaLock(i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
4225 Assert(i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
4311 Assert(!i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
4340 Assert(i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
4429 AutoWriteLock tlock(i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_PO
4737 RWLockHandle& VirtualBox::i_getMediaTreeLockHandle() function in class:VirtualBox
[all...]
H A DSnapshotImpl.cpp2633 AutoWriteLock treeLock(mParent->i_getMediaTreeLockHandle()
2964 AutoMultiWriteLock2 mLock(&mParent->i_getMediaTreeLockHandle(), pMedium->lockHandle() COMMA_LOCKVAL_SRC_POS);
3147 &mParent->i_getMediaTreeLockHandle() // media tree
3237 Assert(!mParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
3527 AutoMultiWriteLock2 mLock(&mParent->i_getMediaTreeLockHandle(), aHD->lockHandle() COMMA_LOCKVAL_SRC_POS);
3718 AutoWriteLock treeLock(mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
H A DMachineImpl.cpp3727 AutoWriteLock treeLock(&mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
4706 &mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
10554 AssertReturnVoid(!mParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
10558 AutoReadLock treeLock(&mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
10582 AutoReadLock treeLock(&mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
10632 &mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
10853 &mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
13481 &mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
13505 &mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
14217 &mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_PO
[all...]
H A DMachineImplCloneVM.cpp1253 AutoWriteLock tlock(p->mParent->i_getMediaTreeLockHandle() COMMA_LOCKVAL_SRC_POS);
H A DApplianceImplExport.cpp1927 AutoMultiWriteLock2 multiLock(&mVirtualBox->i_getMediaTreeLockHandle(), this->lockHandle() COMMA_LOCKVAL_SRC_POS);
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h240 RWLockHandle& i_getMediaTreeLockHandle();

Completed in 135 milliseconds