public final class AgroalSynchronizer extends AbstractQueuedLongSynchronizer
AbstractQueuedLongSynchronizer.ConditionObject
Constructor and Description |
---|
AgroalSynchronizer() |
Modifier and Type | Method and Description |
---|---|
long |
getStamp() |
void |
releaseConditional() |
protected boolean |
tryAcquire(long value) |
protected boolean |
tryRelease(long releases) |
acquire, acquireInterruptibly, acquireShared, acquireSharedInterruptibly, compareAndSetState, getExclusiveQueuedThreads, getFirstQueuedThread, getQueuedThreads, getQueueLength, getSharedQueuedThreads, getState, getWaitingThreads, getWaitQueueLength, hasContended, hasQueuedPredecessors, hasQueuedThreads, hasWaiters, isHeldExclusively, isQueued, owns, release, releaseShared, setState, toString, tryAcquireNanos, tryAcquireShared, tryAcquireSharedNanos, tryReleaseShared
getExclusiveOwnerThread, setExclusiveOwnerThread
protected boolean tryAcquire(long value)
tryAcquire
in class AbstractQueuedLongSynchronizer
protected boolean tryRelease(long releases)
tryRelease
in class AbstractQueuedLongSynchronizer
public long getStamp()
public void releaseConditional()
Copyright © 2021 JBoss by Red Hat. All rights reserved.