CShareLockNH Methods
A group of methods that is used to manipulate locks.
Methods
The following are methods exported by Rwnh.dll.
Method | Description |
---|---|
ExclusiveLock | Acquires a reader/writer lock. |
ExclusiveToPartial | Changes the state. |
ExclusiveUnlock | Releases a lock. |
FirstPartialToExclusive | Used in converting a partial lock to an exclusive lock. |
PartialLock | Prevents more than one thread from completing acquiring a lock. |
PartialUnlock | Releases a partial lock. |
ShareLock | Obtains a lock for shared mode. |
ShareUnlock | Releases a lock from shared mode. |
SharedToPartial | Obtains a partial lock. |
TryExclusiveLock | Obtains a lock exclusively. |