Searched refs:readerCount (Results 1 – 1 of 1) sorted by relevance
2943 int readerCount = 2; in testConcurrencyReadWrite() local2944 ExecutorService es = Executors.newFixedThreadPool(readerCount + 1); in testConcurrencyReadWrite()2947 final CyclicBarrier cyclicBarrier = new CyclicBarrier(readerCount + 1); in testConcurrencyReadWrite()2950 for (int t = 0; t < readerCount; t++) { in testConcurrencyReadWrite()3003 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyReadWrite()3019 int readerCount = 2; in testConcurrencyRead() local3020 ExecutorService es = Executors.newFixedThreadPool(readerCount + 1); in testConcurrencyRead()3024 for (int t = 0; t < readerCount; t++) { in testConcurrencyRead()3057 + (readTotalTime.doubleValue() / readerCount / loopSize)); in testConcurrencyRead()