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

/vbox/src/VBox/Main/glue/
H A DAutoLock.cpp138 // RWLockHandle
142 struct RWLockHandle::Data
159 RWLockHandle::RWLockHandle(VBoxLockingClass lockClass) function in class:util::RWLockHandle
184 /*virtual*/ RWLockHandle::~RWLockHandle()
194 /*virtual*/ bool RWLockHandle::isWriteLockOnCurrentThread() const
203 /*virtual*/ void RWLockHandle::lockWrite(LOCKVAL_SRC_POS_DECL)
221 /*virtual*/ void RWLockHandle::unlockWrite()
232 /*virtual*/ void RWLockHandle
[all...]
/vbox/include/VBox/com/
H A DAutoLock.h102 * Abstract base class for semaphore handles (RWLockHandle and WriteLockHandle).
153 class RWLockHandle : public LockHandle class in namespace:util
156 RWLockHandle(VBoxLockingClass lockClass);
157 virtual ~RWLockHandle();
222 * RWLockHandle and other classes that makes the read/write semaphore a part of
304 * Automatic read lock. Use this with a RWLockHandle to request a read/write
308 * If constructed with a RWLockHandle or an instance of Lockable (which in
433 * Automatic write lock. Use this with a RWLockHandle to request a read/write
438 * If constructed with a RWLockHandle or an instance of Lockable (which in

Completed in 43 milliseconds