Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DAtomicIntegerFieldUpdaterTest.java84 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> updaterFor(String fieldName) { in updaterFor() method in AtomicIntegerFieldUpdaterTest
94 updaterFor("y"); in testConstructor()
106 updaterFor("z"); in testConstructor2()
116 updaterFor("w"); in testConstructor3()
146 a = updaterFor("x"); in testGetSet()
160 a = updaterFor("x"); in testGetLazySet()
174 a = updaterFor("x"); in testCompareAndSet()
191 a = updaterFor("protectedField"); in testCompareAndSetProtected()
220 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
241 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
DAtomicLongFieldUpdaterTest.java84 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> updaterFor(String fieldName) { in updaterFor() method in AtomicLongFieldUpdaterTest
94 updaterFor("y"); in testConstructor()
106 updaterFor("z"); in testConstructor2()
116 updaterFor("w"); in testConstructor3()
146 a = updaterFor("x"); in testGetSet()
160 a = updaterFor("x"); in testGetLazySet()
174 a = updaterFor("x"); in testCompareAndSet()
191 a = updaterFor("protectedField"); in testCompareAndSetProtected()
220 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
241 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
DAtomicReferenceFieldUpdaterTest.java86 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest
96 updaterFor("y"); in testConstructor()
108 updaterFor("z"); in testConstructor2()
118 updaterFor("w"); in testConstructor3()
128 updaterFor("i"); in testConstructor4()
158 a = updaterFor("x"); in testGetSet()
172 a = updaterFor("x"); in testGetLazySet()
186 a = updaterFor("x"); in testCompareAndSet()
204 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
225 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]