Searched defs:AutoUninitSpan (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
139 * AutoUninitSpan, just succeed */
150 * prevent AutoUninitSpan from early completion if we are
186 /* inform AutoUninitSpan ctor there are no more callers */
228 * AutoUninitSpan: just succeed */
234 /* the caller is being released after AutoUninitSpan has begun */
303 LogFlowFunc(("{%p}: Waiting for AutoUninitSpan to finish...\n", mObj));
460 // AutoUninitSpan methods
475 AutoUninitSpan::AutoUninitSpan(VirtualBoxBas function in class:AutoUninitSpan
[all...]
/vbox/src/VBox/Main/include/
H A DAutoCaller.h264 * back to the NotReady state using the AutoUninitSpan class.
333 * to the NotReady state using AutoUninitSpan.
446 * AutoUninitSpan autoUninitSpan(this);
464 class AutoUninitSpan class
468 AutoUninitSpan(VirtualBoxBase *aObj);
469 ~AutoUninitSpan();
481 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(AutoUninitSpan)
482 DECLARE_CLS_NEW_DELETE_NOOP(AutoUninitSpan)

Completed in 46 milliseconds