Lines Matching refs:uninit

277      * would result in weird behavior, including deadlocks due to uninit and
279 * uninit uses event semaphores which sabotages deadlock detection. */
983 uninit();
1196 uninit();
1201 alock.release(); autoCaller.release(); uninit(); return E_FAIL);
1206 alock.release(); autoCaller.release(); uninit(); return E_FAIL);
1213 uninit();
1248 /* register with VirtualBox/parent early, since uninit() will
1513 * uninit() methods.
1515 void Medium::uninit()
1517 /* It is possible that some previous/concurrent uninit has already cleared
1527 /* Caller must not hold the object or media tree lock over uninit(). */
1559 pChild->uninit();
1575 * parent. Used in uninit() and other places when reparenting is necessary.
1598 * parent. Used in uninit() and other places when reparenting is necessary.
1876 /* It is possible that some previous/concurrent uninit has already cleared
1877 * the pVirtualBox reference, see #uninit(). */
1895 /* It is possible that some previous/concurrent uninit has already cleared
1896 * the pVirtualBox reference, see #uninit(). */
2334 // make a copy of VirtualBox pointer which gets nulled by uninit()
4023 /* it is possible that some previous/concurrent uninit has already cleared
4066 /* it is possible that some previous/concurrent uninit has already cleared
4519 * After this returns with success, uninit() has been called on the medium, and
4576 // Release the AutoCaller now, as otherwise uninit() will simply hang.
4581 // uninit() below.
4589 // release the AutoCaller, as otherwise uninit() will simply hang
4593 // Keep the locks held until after uninit, as otherwise the consistency
4595 uninit();
5342 * call Medium::uninit() after releasing all callers.
6067 /* re-take the caller, but not the object lock, to keep uninit away */
7959 * due to the Deleting state, uninit() will not touch
7968 * and therefore we cannot uninit() it (it's therefore
7978 * caller added by MergeChain before uninit() and updates the
7986 pMedium->uninit();