Home
last modified time | relevance | path

Searched refs:AtomicLongFieldUpdaterTest (Results 1 – 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DAtomicLongFieldUpdaterTest.java14 public class AtomicLongFieldUpdaterTest extends JSR166TestCase { class
19 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> updaterFor(String fieldName) { in updaterFor()
21 (AtomicLongFieldUpdaterTest.class, fieldName); in updaterFor()
60 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testGetSet()
74 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testGetLazySet()
88 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testCompareAndSet()
106 final AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testCompareAndSetInMultipleThreads()
111 while (!a.compareAndSet(AtomicLongFieldUpdaterTest.this, 2, 3)) in testCompareAndSetInMultipleThreads()
127 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testWeakCompareAndSet()
141 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a; in testGetAndSet()
[all …]