Searched defs:nextState (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
D | StampedLock.java | 428 long s, nextState; in tryAcquireWrite() local 461 long nextState = state = unlockWriteState(s); in releaseWrite() local 475 long s = U.getLongOpaque(this, STATE) & ~ABITS, nextState; in writeLock() local 510 long nextState; in tryWriteLock() local 533 long nextState; in writeLockInterruptibly() local 550 long s = U.getLongOpaque(this, STATE) & RSAFE, nextState; in readLock() local 584 long nextState; in tryReadLock() local 607 long nextState; in readLockInterruptibly() local 714 long a = stamp & ABITS, m, s, nextState; in tryConvertToWriteLock() local 748 long a, s, nextState; in tryConvertToReadLock() local [all …]
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | SunCertPathBuilder.java | 287 ForwardState nextState = (ForwardState) currentState.clone(); in depthFirstSearchForward() local 528 depthFirstSearchForward(cert.getIssuerX500Principal(), nextState, in depthFirstSearchForward() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | ArrayPrefixHelpers.java | 236 int nextState; CumulateTask<T> lt, rt; in compute() local 388 int nextState; LongCumulateTask lt, rt; in compute() local 540 int nextState; DoubleCumulateTask lt, rt; in compute() local 692 int nextState; IntCumulateTask lt, rt; in compute() local
|