Searched refs:isWriteLockOnCurrentThread (Results 1 - 22 of 22) sorted by relevance

/vbox/include/VBox/com/
H A DAutoLock.h118 virtual bool isWriteLockOnCurrentThread() const = 0;
159 virtual bool isWriteLockOnCurrentThread() const;
195 virtual bool isWriteLockOnCurrentThread() const;
239 * Equivalent to <tt>#lockHandle()->isWriteLockOnCurrentThread()</tt>.
242 bool isWriteLockOnCurrentThread() function in class:util::Lockable
245 return h ? h->isWriteLockOnCurrentThread() : false;
557 bool isWriteLockOnCurrentThread() const;
/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp137 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
405 AssertReturn(!isWriteLockOnCurrentThread(), E_FAIL);
406 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), E_FAIL);
518 AssertReturn(!isWriteLockOnCurrentThread(), false);
519 AssertReturn(!aMachine->isWriteLockOnCurrentThread(), false);
520 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);
1026 AssertReturnVoid(!isWriteLockOnCurrentThread());
1027 AssertReturnVoid(!aDevice->isWriteLockOnCurrentThread());
1061 AssertReturnVoid(!isWriteLockOnCurrentThread());
1062 AssertReturnVoid(!aDevice->isWriteLockOnCurrentThread());
[all...]
H A DMediumAttachmentImpl.cpp511 Assert(isWriteLockOnCurrentThread());
522 Assert(isWriteLockOnCurrentThread());
531 Assert(isWriteLockOnCurrentThread());
540 Assert(isWriteLockOnCurrentThread());
548 Assert(isWriteLockOnCurrentThread());
557 Assert(isWriteLockOnCurrentThread());
566 Assert(isWriteLockOnCurrentThread());
575 Assert(isWriteLockOnCurrentThread());
H A DHostUSBDeviceImpl.cpp360 AssertReturn(!isWriteLockOnCurrentThread(), E_FAIL);
361 AssertReturn(!aMachine->isWriteLockOnCurrentThread(), E_FAIL);
467 AssertReturn(!isWriteLockOnCurrentThread(), E_FAIL);
549 AssertReturnVoid(!isWriteLockOnCurrentThread());
610 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
671 AssertReturn(!isWriteLockOnCurrentThread(), E_FAIL);
720 AssertReturn(!isWriteLockOnCurrentThread(), E_FAIL);
840 AssertReturnVoid(!isWriteLockOnCurrentThread());
861 AssertReturnVoid(!isWriteLockOnCurrentThread());
943 AssertReturn(isWriteLockOnCurrentThread(),
[all...]
H A DSnapshotImpl.cpp162 Assert(m->pMachine->isWriteLockOnCurrentThread());
221 Assert(m->pMachine->isWriteLockOnCurrentThread());
279 Assert(m->pMachine->isWriteLockOnCurrentThread());
895 Assert(m->pMachine->isWriteLockOnCurrentThread());
985 AssertReturn(aSessionMachine->isWriteLockOnCurrentThread(), E_FAIL);
1734 Assert(alock.isWriteLockOnCurrentThread());
1837 Assert(alock.isWriteLockOnCurrentThread());
3237 Assert(!mParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
H A DParallelPortImpl.cpp504 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
H A DMediumImpl.cpp1395 Assert(aVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
1528 Assert(!isWriteLockOnCurrentThread());
1529 Assert(!pVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
2123 Assert(!m->pVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
2128 Assert(!isWriteLockOnCurrentThread());
2240 Assert(!m->pVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
2245 Assert(!isWriteLockOnCurrentThread());
4278 Assert(!m->pVirtualBox->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
4279 Assert(!isWriteLockOnCurrentThread());
4802 ComAssertRet(isWriteLockOnCurrentThread(), E_FAI
[all...]
H A DSerialPortImpl.cpp642 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
H A DHostImpl.cpp1779 Assert(m->pParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
2007 Assert(m->pParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
2089 Assert(m->pParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
2956 AssertReturn(!isWriteLockOnCurrentThread(), E_FAIL);
H A DNetworkAdapterImpl.cpp1366 Assert(isWriteLockOnCurrentThread());
H A DVirtualBoxImpl.cpp4056 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
4225 Assert(i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
4311 Assert(!i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
4340 Assert(i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
H A DMachineImpl.cpp802 Assert(!isWriteLockOnCurrentThread());
7926 AssertReturn(mParent->isWriteLockOnCurrentThread(), E_FAIL);
8430 AssertReturnVoid(isWriteLockOnCurrentThread());
9594 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
9836 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
10056 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
10553 AssertReturnVoid(!isWriteLockOnCurrentThread());
10554 AssertReturnVoid(!mParent->i_getMediaTreeLockHandle().isWriteLockOnCurrentThread());
10563 AssertReturnVoid(!pMedium->isWriteLockOnCurrentThread());
10564 AssertReturnVoid(!pBase->isWriteLockOnCurrentThread());
[all...]
/vbox/src/VBox/Main/src-server/darwin/
H A DUSBProxyServiceDarwin.cpp122 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
167 AssertReturnVoid(aDevice->isWriteLockOnCurrentThread());
186 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
233 AssertReturnVoid(aDevice->isWriteLockOnCurrentThread());
260 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp225 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
244 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
264 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);
284 AssertReturnVoid(!aDevice->isWriteLockOnCurrentThread());
367 AssertReturn(!isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
/vbox/src/VBox/Main/src-server/win/
H A DUSBProxyServiceWindows.cpp143 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
185 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
226 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);
/vbox/src/VBox/Main/src-server/solaris/
H A DUSBProxyServiceSolaris.cpp341 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
379 AssertReturnVoid(aDevice->isWriteLockOnCurrentThread());
396 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
434 AssertReturnVoid(aDevice->isWriteLockOnCurrentThread());
449 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);
/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp114 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
133 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
153 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);
/vbox/src/VBox/Main/src-server/os2/
H A DUSBProxyServiceOs2.cpp133 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
152 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
172 AssertReturn(!aDevice->isWriteLockOnCurrentThread(), false);
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp194 /*virtual*/ bool RWLockHandle::isWriteLockOnCurrentThread() const function in class:util::RWLockHandle
317 /*virtual*/ bool WriteLockHandle::isWriteLockOnCurrentThread() const function in class:util::WriteLockHandle
644 bool AutoWriteLock::isWriteLockOnCurrentThread() const function in class:util::AutoWriteLock
646 return m->aHandles[0] ? m->aHandles[0]->isWriteLockOnCurrentThread() : false;
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1604 Assert(g_pWebsessionsLockHandle->isWriteLockOnCurrentThread());
1617 Assert(g_pWebsessionsLockHandle->isWriteLockOnCurrentThread());
1771 Assert(g_pWebsessionsLockHandle->isWriteLockOnCurrentThread());
1798 Assert(g_pWebsessionsLockHandle->isWriteLockOnCurrentThread());
1892 Assert(g_pWebsessionsLockHandle->isWriteLockOnCurrentThread());
1925 Assert(g_pWebsessionsLockHandle->isWriteLockOnCurrentThread());
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7789 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
7817 || isWriteLockOnCurrentThread(), E_FAIL);
7963 AssertReturn(isWriteLockOnCurrentThread(), false);
8582 AssertReturn(!isWriteLockOnCurrentThread(), E_FAIL);
8689 AssertReturn(!that->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
8711 AssertReturn(!isWriteLockOnCurrentThread(), E_FAIL);
8776 AssertReturn(!that->isWriteLockOnCurrentThread(), VERR_GENERAL_FAILURE);
8802 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
8972 AssertReturn(isWriteLockOnCurrentThread(), E_FAIL);
9031 AssertReturn(isWriteLockOnCurrentThread(), E_FAI
[all...]
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp1071 AssertReturnVoid(isWriteLockOnCurrentThread());

Completed in 198 milliseconds