Searched refs:updaterFor (Results 1 – 3 of 3) sorted by relevance
83 AtomicIntegerFieldUpdater<AtomicIntegerFieldUpdaterTest> updaterFor(String fieldName) { in updaterFor() method in AtomicIntegerFieldUpdaterTest93 updaterFor("y"); in testConstructor()105 updaterFor("z"); in testConstructor2()115 updaterFor("w"); in testConstructor3()143 a = updaterFor("x"); in testGetSet()157 a = updaterFor("x"); in testGetLazySet()171 a = updaterFor("x"); in testCompareAndSet()188 a = updaterFor("protectedField"); in testCompareAndSetProtected()216 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()237 a = updaterFor("x"); in testWeakCompareAndSet()[all …]
83 AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> updaterFor(String fieldName) { in updaterFor() method in AtomicLongFieldUpdaterTest93 updaterFor("y"); in testConstructor()105 updaterFor("z"); in testConstructor2()115 updaterFor("w"); in testConstructor3()143 a = updaterFor("x"); in testGetSet()157 a = updaterFor("x"); in testGetLazySet()171 a = updaterFor("x"); in testCompareAndSet()188 a = updaterFor("protectedField"); in testCompareAndSetProtected()216 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()237 a = updaterFor("x"); in testWeakCompareAndSet()[all …]
85 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest95 updaterFor("y"); in testConstructor()107 updaterFor("z"); in testConstructor2()117 updaterFor("w"); in testConstructor3()127 updaterFor("i"); in testConstructor4()155 a = updaterFor("x"); in testGetSet()169 a = updaterFor("x"); in testGetLazySet()183 a = updaterFor("x"); in testCompareAndSet()201 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()222 a = updaterFor("x"); in testWeakCompareAndSet()[all …]