mutex
package implements the mutex locking
concepts in locklib.See: Description
Class | Description |
---|---|
MutexLockPolicy |
Locking policy for mutex locking.
|
Enum | Description |
---|---|
MutexLockType |
Types of locks for mutex locking.
|
The mutex
package implements the mutex locking
concepts in locklib. In mutex locking, each target is either
locked or not locked and, if a target is locked, its parent must also be
locked.
Copyright © 2015. All rights reserved.