Searched refs:readerCount (Results 1 – 1 of 1) sorted by relevance
2966 int readerCount = 2; in testConcurrencyReadWrite() local2967 ExecutorService es = Executors.newFixedThreadPool(readerCount + 1); in testConcurrencyReadWrite()2970 final CyclicBarrier cyclicBarrier = new CyclicBarrier(readerCount + 1); in testConcurrencyReadWrite()2973 for (int t = 0; t < readerCount; t++) { in testConcurrencyReadWrite()3026 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()3042 int readerCount = 2; in testConcurrencyRead() local3043 ExecutorService es = Executors.newFixedThreadPool(readerCount + 1); in testConcurrencyRead()3047 for (int t = 0; t < readerCount; t++) { in testConcurrencyRead()3080 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()