Searched defs:expectedStamp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicStampedReference.java121 * @param expectedStamp the expected value of the stamp
127 int expectedStamp,
130 expectedStamp, newStamp);
141 * @param expectedStamp the expected value of the stamp
147 int expectedStamp,
152 expectedStamp == current.stamp &&
125 weakCompareAndSet(V expectedReference, V newReference, int expectedStamp, int newStamp) argument
145 compareAndSet(V expectedReference, V newReference, int expectedStamp, int newStamp) argument

Completed in 28 milliseconds