public class DebuggableReentrantLock extends ReentrantLock
Constructor and Description |
---|
DebuggableReentrantLock() |
DebuggableReentrantLock(boolean fair) |
Modifier and Type | Method and Description |
---|---|
Thread |
getOwner() |
getHoldCount, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
public DebuggableReentrantLock()
public DebuggableReentrantLock(boolean fair)
public Thread getOwner()
getOwner
in class ReentrantLock
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.