Public Types | |
typedef TLockableObjectOwner < TReentrantLockableObjectTracksLockingThread < Base > > | Owner |
typedef TLockableObjectConditionalOwner < TReentrantLockableObjectTracksLockingThread < Base > > | ConditionalOwner |
typedef TReentrantLockableObjectPotentialOwner < TReentrantLockableObjectTracksLockingThread < Base > > | PotentialOwner |
Public Member Functions | |
bool | IsLockedByThisThread () const |
virtual bool | TryLock () |
virtual void | Lock () |
virtual void | Unlock () |
Protected Attributes | |
CRITICAL_SECTION | m_lock |
typedef TLockableObjectOwner<TReentrantLockableObjectTracksLockingThread<Base> > Owner [inherited] |
Reimplemented from TReentrantLockableObject.
typedef TLockableObjectConditionalOwner<TReentrantLockableObjectTracksLockingThread<Base> > ConditionalOwner [inherited] |
Reimplemented from TReentrantLockableObject.
typedef TReentrantLockableObjectPotentialOwner<TReentrantLockableObjectTracksLockingThread<Base> > PotentialOwner [inherited] |
Reimplemented from TReentrantLockableObject.
bool IsLockedByThisThread | ( | ) | const [inline, inherited] |
virtual bool TryLock | ( | ) | [inline, virtual, inherited] |
virtual void Lock | ( | ) | [inline, virtual, inherited] |
virtual void Unlock | ( | ) | [inline, virtual, inherited] |
CRITICAL_SECTION m_lock [protected, inherited] |