Package | Description |
---|---|
locklib |
In locklib, a locking target is represented by a
Target . |
Modifier and Type | Class and Description |
---|---|
class |
NullLockPreChecker<LockType>
Lock pre-checker that accepts waiting for all locks, possibly generating
a deadlock.
|
Modifier and Type | Method and Description |
---|---|
LockPreChecker<LockType> |
LockManager.pre_checker()
Obtains the currently defined lock pre-checker.
|
Constructor and Description |
---|
LockManager(LockPolicy<LockType> p,
LockPreChecker<LockType> pc,
WaitQueueFactory<LockType> factory)
Creates a new lock manager.
|
Copyright © 2015. All rights reserved.