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

/vbox/include/VBox/com/
H A DAutoLock.h151 * the AutoWriteLock and AutoReadLock constructors.
185 * AutoReadLock instances -- shared locking will not be possible anyway and
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
299 // AutoReadLock
312 class AutoReadLock : public AutoLockBase class in namespace:util
324 AutoReadLock(LOCKVAL_SRC_POS_DECL) function in class:util::AutoReadLock
334 AutoReadLock(LockHandle *aHandle function in class:util::AutoReadLock
347 AutoReadLock(LockHandl function in class:util::AutoReadLock
360 AutoReadLock(const Lockable &aLockable function in class:util::AutoReadLock
373 AutoReadLock(const Lockable *aLockable function in class:util::AutoReadLock
[all...]
/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp390 // and AutoReadLock, there will only be one item on the list; with the
428 * whereas AutoReadLock will request a read lock.
440 // call virtual function implemented in AutoWriteLock or AutoReadLock
450 * whereas AutoReadLock will release a read lock.
463 // call virtual function implemented in AutoWriteLock or AutoReadLock
502 // AutoReadLock
515 /*virtual*/ AutoReadLock::~AutoReadLock()
529 * the semaphore; in the AutoReadLock implementation, we request
532 /*virtual*/ void AutoReadLock
[all...]

Completed in 50 milliseconds