public class ReentrantLock
extends java.util.concurrent.locks.ReentrantLock
Constructor and Description |
---|
ReentrantLock(boolean fair)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Thread |
getOwner() |
java.util.Collection<java.lang.Thread> |
getQueuedThreads() |
getHoldCount, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)