Home
last modified time | relevance | path

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

/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java651 Thread[] threadList = new Thread[threads]; in performLoops() local
653 threadList[i] = new Thread(new FunctionRunner(function, loops, i)); in performLoops()
657 threadList[i].start(); in performLoops()
659 threadList[i].join(); in performLoops()