Class | Description |
---|---|
SxLockPolicy |
Locking policy for SX locking.
|
Enum | Description |
---|---|
SxLockType |
Types of locks for SX locking.
|
The sx
package provides support for SX locks. In an SX lock
there are two types of locks: shared locks (S locks) and
exclusive locks (X locks). Multiple shared locks can be placed in the
target but exclusive locks cannot coexist with other locks in the same
target. Locking a target with a shared or exclusive lock forces the parent to
be locked with a shared lock.
Copyright © 2015. All rights reserved.