public interface SharedLatch extends Latch
| Modifier and Type | Method and Description |
|---|---|
void |
acquireShared()
Acquires a latch for shared/read access.
|
boolean |
isExclusiveOnly()
Returns whether this latch is exclusive-only.
|
acquireExclusive, acquireExclusiveNoWait, clearStats, debugString, getExclusiveOwner, getNWaiters, getStats, isExclusiveOwner, isOwner, release, releaseIfOwner, toStringboolean isExclusiveOnly()
void acquireShared()
Latch.acquireExclusive().Copyright © 2024. All rights reserved.