Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAtomicLongFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicIntegerFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicReferenceFieldUpdaterTest.java56 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest
66 updaterFor("y"); in testConstructor()
78 updaterFor("z"); in testConstructor2()
88 updaterFor("w"); in testConstructor3()
98 updaterFor("i"); in testConstructor4()
125 a = updaterFor("x"); in testGetSet()
139 a = updaterFor("x"); in testGetLazySet()
153 a = updaterFor("x"); in testCompareAndSet()
180 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
200 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DAtomicLongFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicIntegerFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicReferenceFieldUpdaterTest.java56 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest
66 updaterFor("y"); in testConstructor()
78 updaterFor("z"); in testConstructor2()
88 updaterFor("w"); in testConstructor3()
98 updaterFor("i"); in testConstructor4()
125 a = updaterFor("x"); in testGetSet()
139 a = updaterFor("x"); in testGetLazySet()
153 a = updaterFor("x"); in testCompareAndSet()
180 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
200 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DAtomicLongFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicIntegerFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicReferenceFieldUpdaterTest.java56 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest
66 updaterFor("y"); in testConstructor()
78 updaterFor("z"); in testConstructor2()
88 updaterFor("w"); in testConstructor3()
98 updaterFor("i"); in testConstructor4()
125 a = updaterFor("x"); in testGetSet()
139 a = updaterFor("x"); in testGetLazySet()
153 a = updaterFor("x"); in testCompareAndSet()
180 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
200 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DAtomicIntegerFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicLongFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicReferenceFieldUpdaterTest.java56 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest
66 updaterFor("y"); in testConstructor()
78 updaterFor("z"); in testConstructor2()
88 updaterFor("w"); in testConstructor3()
98 updaterFor("i"); in testConstructor4()
125 a = updaterFor("x"); in testGetSet()
139 a = updaterFor("x"); in testGetLazySet()
153 a = updaterFor("x"); in testCompareAndSet()
180 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
200 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DAtomicIntegerFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicLongFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicReferenceFieldUpdaterTest.java56 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest
66 updaterFor("y"); in testConstructor()
78 updaterFor("z"); in testConstructor2()
88 updaterFor("w"); in testConstructor3()
98 updaterFor("i"); in testConstructor4()
125 a = updaterFor("x"); in testGetSet()
139 a = updaterFor("x"); in testGetLazySet()
153 a = updaterFor("x"); in testCompareAndSet()
180 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
200 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DAtomicIntegerFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicLongFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicReferenceFieldUpdaterTest.java56 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest
66 updaterFor("y"); in testConstructor()
78 updaterFor("z"); in testConstructor2()
88 updaterFor("w"); in testConstructor3()
98 updaterFor("i"); in testConstructor4()
125 a = updaterFor("x"); in testGetSet()
139 a = updaterFor("x"); in testGetLazySet()
153 a = updaterFor("x"); in testCompareAndSet()
180 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
200 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DAtomicIntegerFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicLongFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicReferenceFieldUpdaterTest.java56 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Item> updaterFor(String fieldN… in updaterFor() method in AtomicReferenceFieldUpdaterTest
66 updaterFor("y"); in testConstructor()
78 updaterFor("z"); in testConstructor2()
88 updaterFor("w"); in testConstructor3()
98 updaterFor("i"); in testConstructor4()
125 a = updaterFor("x"); in testGetSet()
139 a = updaterFor("x"); in testGetLazySet()
153 a = updaterFor("x"); in testCompareAndSet()
180 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
200 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DAtomicLongFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicIntegerFieldUpdaterTest.java64 updaterFor("y"); in testConstructor()
76 updaterFor("z"); in testConstructor2()
86 updaterFor("w"); in testConstructor3()
113 a = updaterFor("x"); in testGetSet()
127 a = updaterFor("x"); in testGetLazySet()
141 a = updaterFor("x"); in testCompareAndSet()
185 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
206 a = updaterFor("x"); in testWeakCompareAndSet()
220 a = updaterFor("x"); in testGetAndSet()
232 a = updaterFor("x"); in testGetAndAdd()
[all …]
H A DAtomicReferenceFieldUpdaterTest.java56 …static AtomicReferenceFieldUpdater<AtomicReferenceFieldUpdaterTest, Integer> updaterFor(String fie… in updaterFor() method in AtomicReferenceFieldUpdaterTest
66 updaterFor("y"); in testConstructor()
78 updaterFor("z"); in testConstructor2()
88 updaterFor("w"); in testConstructor3()
98 updaterFor("i"); in testConstructor4()
125 a = updaterFor("x"); in testGetSet()
139 a = updaterFor("x"); in testGetLazySet()
153 a = updaterFor("x"); in testCompareAndSet()
180 a = updaterFor("x"); in testCompareAndSetInMultipleThreads()
200 a = updaterFor("x"); in testWeakCompareAndSet()
[all …]