Package org.jruby.runtime.load
Class LoadService.RequireLocks.RequireLock
java.lang.Object
java.util.concurrent.locks.ReentrantLock
org.jruby.runtime.load.LoadService.RequireLocks.RequireLock
- All Implemented Interfaces:
Serializable,Lock
- Enclosing class:
- LoadService.RequireLocks
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.locks.ReentrantLock
getHoldCount, getOwner, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
-
Field Details
-
destroyed
volatile boolean destroyed
-
-
Constructor Details
-
RequireLock
RequireLock()
-