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

/vbox/src/VBox/Main/src-all/
H A DAutoCaller.cpp101 * AutoInitSpan or AutoUninitSpan scope), it will succeed as well (but
107 * called by a thread created from within the AutoInitSpan scope and this
109 * until the AutoInitSpan destructor signals that it has finished
138 /* Called from the same thread that is doing AutoInitSpan or
145 * thread is still doing AutoInitSpan/AutoReinitSpan, so wait for
165 LogFlowThisFunc(("Waiting for AutoInitSpan/AutoReinitSpan to finish...\n"));
227 /* Called from the same thread that is doing AutoInitSpan or
360 // AutoInitSpan methods
368 * Please see the AutoInitSpan class description for more info.
374 AutoInitSpan function in class:AutoInitSpan
[all...]
/vbox/src/VBox/Main/include/
H A DAutoCaller.h267 * @a aResult argument of the AutoInitSpan constructor (Result::Failed by
271 * forget to set the correct success status before getting the AutoInitSpan
283 * AutoInitSpan autoInitSpan(this);
299 class AutoInitSpan class
305 AutoInitSpan(VirtualBoxBase *aObj, Result aResult = Failed);
306 ~AutoInitSpan();
316 * initialization. The AutoInitSpan destructor will place the managed
323 * (partly successful) initialization. The AutoInitSpan destructor will
330 * initialization. The AutoInitSpan destructor will place the managed
342 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(AutoInitSpan)
[all...]

Completed in 239 milliseconds