Package | Description |
---|---|
locklib |
In locklib, a locking target is represented by a
Target . |
Modifier and Type | Class and Description |
---|---|
class |
FifoWaitQueueFactory<LockType>
Factory that creates
FifoWaitQueue . |
Modifier and Type | Method and Description |
---|---|
WaitQueueFactory<LockType> |
LockManager.wait_queue_factory()
Obtains the wait queue factory.
|
Constructor and Description |
---|
LockManager(LockPolicy<LockType> p,
LockPreChecker<LockType> pc,
WaitQueueFactory<LockType> factory)
Creates a new lock manager.
|
Copyright © 2015. All rights reserved.