Java.Util.Concurrent.Locks Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AbstractOwnableSynchronizer |
A synchronizer that may be exclusively owned by a thread. |
AbstractQueuedLongSynchronizer |
A version of |
AbstractQueuedLongSynchronizer.ConditionObject |
Condition implementation for a |
AbstractQueuedSynchronizer |
Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues. |
AbstractQueuedSynchronizer.ConditionObject |
Condition implementation for a |
LockSupport |
Basic thread blocking primitives for creating locks and other synchronization classes. |
ReentrantLock |
A reentrant mutual exclusion |
ReentrantReadWriteLock |
An implementation of |
ReentrantReadWriteLock.ReentrantReadLock |
The lock returned by method |
ReentrantReadWriteLock.ReentrantWriteLock |
The lock returned by method |
StampedLock |
A capability-based lock with three modes for controlling read/write access. |
Interfaces
ICondition |
|
ILock |
|
IReadWriteLock |
A |