Searched refs:lockWrite (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/com/
H A DAutoLock.h130 virtual void lockWrite(LOCKVAL_SRC_POS_DECL) = 0;
161 virtual void lockWrite(LOCKVAL_SRC_POS_DECL);
182 * cheap and fast critical section for both lockWrite() and lockRead() methods
183 * which makes a lockRead() call fully equivalent to the lockWrite() call and
197 virtual void lockWrite(LOCKVAL_SRC_POS_DECL);
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp203 /*virtual*/ void RWLockHandle::lockWrite(LOCKVAL_SRC_POS_DECL) function in class:util::RWLockHandle
322 /*virtual*/ void WriteLockHandle::lockWrite(LOCKVAL_SRC_POS_DECL) function in class:util::WriteLockHandle
338 lockWrite(LOCKVAL_SRC_POS_ARGS);
567 l.lockWrite(m->pcszFile, m->uLine, m->pcszFunction);
569 l.lockWrite();
/vbox/src/VBox/Main/include/
H A DMediumImpl.h262 HRESULT lockWrite(ComPtr<IToken> &aToken);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp2231 HRESULT Medium::lockWrite(ComPtr<IToken> &aToken) function in class:Medium
H A DMachineImpl.cpp12999 mPeer->lockHandle()->lockWrite(RT_SRC_POS);
13001 mPeer->lockHandle()->lockWrite();

Completed in 2653 milliseconds