Searched defs:allGuestOSTypes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp190 allGuestOSTypes(lockGuestOSTypes),
250 GuestOSTypesOList allGuestOSTypes; member in struct:VirtualBox::Data
464 m->allGuestOSTypes.addChild(guestOSTypeObj);
764 m->allGuestOSTypes.uninitAll();
1004 AutoReadLock al(m->allGuestOSTypes.getLockHandle() COMMA_LOCKVAL_SRC_POS);
1005 aGuestOSTypes.resize(m->allGuestOSTypes.size());
1007 for (GuestOSTypesOList::const_iterator it = m->allGuestOSTypes.begin();
1008 it != m->allGuestOSTypes.end(); ++it, ++i)
1892 AutoReadLock alock(m->allGuestOSTypes.getLockHandle() COMMA_LOCKVAL_SRC_POS);
1895 for (GuestOSTypesOList::iterator it = m->allGuestOSTypes
[all...]

Completed in 226 milliseconds