We've got reference counting on locks which is different than
the lock count (recursive depth). Disambiguate the names.
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
Warning("\trank 0x%X\n", lock->header.rank);
Warning("\tserial number %u\n", lock->header.serialNumber);
- Warning("\tcount %d\n", MXRecLockCount(&lock->recursiveLock));
+ Warning("\tlock count %d\n", MXRecLockCount(&lock->recursiveLock));
Warning("\taddress of owner data %p\n",
&lock->recursiveLock.nativeThreadID);
Warning("\treference count %u\n", Atomic_Read(&lock->refCount));
if (lock->vmmLock == NULL) {
- Warning("\tcount %d\n", MXRecLockCount(&lock->recursiveLock));
+ Warning("\tlock count %d\n", MXRecLockCount(&lock->recursiveLock));
Warning("\taddress of owner data %p\n",
&lock->recursiveLock.nativeThreadID);