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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp2572 false /* aWait */);
2655 &pProgress, false /* aWait */);
2688 pMediumLockList, &pProgress, false /* aWait */);
4360 * which must be in locked state. If @a aWait is @c true then the caller is
4368 * When @a aWait is @c false, this method will create a thread to perform the
4372 * NULL when @a aWait is @c false (this method will assert in this case).
4379 * @param aWait @c true if this method should block instead of
4388 bool aWait)
4392 AssertReturn(aProgress != NULL || aWait == true, E_FAIL);
4463 aWait /* fKeepMediumLockLis
4384 i_createDiffStorage(ComObjPtr<Medium> &aTarget, MediumVariant_T aVariant, MediumLockList *aMediumLockList, ComObjPtr<Progress> *aProgress, bool aWait) argument
4624 i_deleteStorage(ComObjPtr<Progress> *aProgress, bool aWait) argument
5376 i_mergeTo(const ComObjPtr<Medium> &pTarget, bool fMergeForward, const ComObjPtr<Medium> &pParentForTarget, MediumLockList *aChildrenToReparent, MediumLockList *aMediumLockList, ComObjPtr<Progress> *aProgress, bool aWait) argument
[all...]

Completed in 64 milliseconds