Searched defs:AdderTask (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/test/java/util/concurrent/tck/
H A DDoubleAdderTest.java174 static final class AdderTask implements Runnable { class in class:DoubleAdderTest
179 AdderTask(DoubleAdder adder, CyclicBarrier barrier, int incs) { method in class:DoubleAdderTest.AdderTask
H A DLongAdderTest.java197 static final class AdderTask implements Runnable { class in class:LongAdderTest
202 AdderTask(LongAdder adder, CyclicBarrier barrier, int incs) { method in class:LongAdderTest.AdderTask
/openjdk9/jdk/test/java/util/concurrent/atomic/
H A DDoubleAdderDemo.java120 static final class AdderTask implements Runnable { class in class:DoubleAdderDemo
125 AdderTask(DoubleAdder adder, Phaser phaser, int incs) { method in class:DoubleAdderDemo.AdderTask
H A DLongAdderDemo.java114 static final class AdderTask implements Runnable { class in class:LongAdderDemo
119 AdderTask(LongAdder adder, Phaser phaser, int incs) { method in class:LongAdderDemo.AdderTask

Completed in 97 milliseconds