Searched refs:updaterFor (Results 1 – 3 of 3) sorted by relevance
84 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> updaterFor(String fieldName) { in updaterFor() method in AtomicIntegerFieldUpdaterTest94 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 …]
84 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> updaterFor(String fieldName) { in updaterFor() method in AtomicLongFieldUpdaterTest94 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 …]
86 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest96 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 …]