Function CSPThreadLockBase::Unlock()
Description:
It decrements the thread lock count by one.
 |
Prototype:
virtual unsigned long Unlock() = 0;
Arguments:
No arguments (void).
Return value:
It returns the current thread lock count.
Remarks:
If the thread lock count is zero, no action is taken. This member function must be overloaded.
See also:
member functions GetLockCount(), Lock(), TryLock()
|
|