Package | Description |
---|---|
locklib |
In locklib, a locking target is represented by a
Target . |
Modifier and Type | Method and Description |
---|---|
LockGrantFuture<LockType> |
Target.lock(LockRequest<LockType> request)
Requests an asynchronous lock of this target.
|
Modifier and Type | Method and Description |
---|---|
Iterator<LockGrantFuture<LockType>> |
FifoWaitQueue.iterator() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
WaitQueue.dequeue(LockGrantFuture<LockType> r)
Removes a request from the queue.
|
protected void |
FifoWaitQueue.dequeue(LockGrantFuture<LockType> r) |
protected abstract void |
WaitQueue.enqueue(LockGrantFuture<LockType> r)
Adds a new request to the queue.
|
protected void |
FifoWaitQueue.enqueue(LockGrantFuture<LockType> r) |
Copyright © 2015. All rights reserved.