Searched refs:fixedThreadPool (Results 1 – 2 of 2) sorted by relevance
32 ExecutorService fixedThreadPool; field in ConcurrentModificationExceptionOnMultiThreadedVerificationTest37 fixedThreadPool = Executors.newFixedThreadPool(nThreads); in setUp()56 fixedThreadPool.submit(new TargetInvoker(i)); in startInvocations()
71 private ExecutorService fixedThreadPool; field in LoadClient117 fixedThreadPool = Executors.newFixedThreadPool(threadCount, in LoadClient()219 fixedThreadPool.execute(r); in start()283 fixedThreadPool.shutdownNow(); in shutdownNow()