Searched refs:threadList (Results 1 – 1 of 1) sorted by relevance
651 Thread[] threadList = new Thread[threads]; in performLoops() local653 threadList[i] = new Thread(new FunctionRunner(function, loops, i)); in performLoops()657 threadList[i].start(); in performLoops()659 threadList[i].join(); in performLoops()