Searched refs:AtomicLongFieldUpdaterTest (Results 1 – 1 of 1) sorted by relevance
14 public class AtomicLongFieldUpdaterTest extends JSR166TestCase { class19 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 …]