Function CSPThreadLockBase::GetLockCount()
Description:
Retrieves the thread lock count.
 |
Prototype:
unsigned long GetLockCount() const = 0;
Arguments:
No arguments (void).
Return value:
It returns the thread lock count. If there there is no thread lock, it returns zero.
Remarks:
This member function must be overloaded.
See also:
member functions Lock(), Unlock()
|
|