Function CSPThreadLockHandler::GetLockCount()
Description:
It retrieves the thread lock count of the attached thread lock object.
 |
Prototype:
unsigned long GetLockCount() const;
Arguments:
No arguments (void).
Return value:
It returns the thread lock count.
See also:
member functions Lock(), Unlock(), TryLock()
|
|