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

/vbox/include/VBox/com/
H A DAutoLock.h149 * read/write locking as described in the AutoWriteLock class documentation.
151 * the AutoWriteLock and AutoReadLock constructors.
231 * Returns a pointer to a LockHandle used by AutoWriteLock/AutoReadLock
233 * the AutoWriteLock/AutoReadLock object constructed using an instance of
258 * This cannot be used directly. Use AutoReadLock or AutoWriteLock or AutoMultiWriteLock2/3
397 * This cannot be used directly. Use AutoWriteLock or AutoMultiWriteLock2/3
428 // AutoWriteLock
445 class AutoWriteLock : public AutoWriteLockBase class in namespace:util
457 AutoWriteLock(LOCKVAL_SRC_POS_DECL) function in class:util::AutoWriteLock
467 AutoWriteLock(LockHandl function in class:util::AutoWriteLock
480 AutoWriteLock(LockHandle &aHandle function in class:util::AutoWriteLock
493 AutoWriteLock(const Lockable &aLockable function in class:util::AutoWriteLock
506 AutoWriteLock(const Lockable *aLockable function in class:util::AutoWriteLock
[all...]
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp121 AutoWriteLock lock1(critsect1 COMMA_LOCKVAL_SRC_POS);
122 AutoWriteLock lock2(critsect2 COMMA_LOCKVAL_SRC_POS);*/
389 HandlesVector aHandles; // array (vector) of LockHandle instances; in the case of AutoWriteLock
427 * implementation, AutoWriteLock will request a write lock
440 // call virtual function implemented in AutoWriteLock or AutoReadLock
449 * implementation, AutoWriteLock will release a write lock
463 // call virtual function implemented in AutoWriteLock or AutoReadLock
561 * the semaphore; in the AutoWriteLock implementation, we request
576 * the semaphore; in the AutoWriteLock implementation, we release
586 // AutoWriteLock
590 AutoWriteLock::AutoWriteLock(uint32_t cHandles, function in class:util::AutoWriteLock
[all...]

Completed in 73 milliseconds