Searched defs:numberOfThreads (Results 1 – 4 of 4) sorted by relevance
108 int numberOfThreads = 64; in testConcurrentAdvance() local132 int numberOfThreads = 64; in testConcurrentAutoIncrementStep() local148 private void runConcurrentTest(int numberOfThreads, final Callable<Void> callable) in runConcurrentTest()
119 int numberOfThreads = 64; in testConcurrentAdvance() local143 int numberOfThreads = 64; in testConcurrentAutoIncrementStep() local159 private void runConcurrentTest(int numberOfThreads, final Callable<Void> callable) in runConcurrentTest()
151 public static Set<Class<?>> runInMultipleThreads(int numberOfThreads) throws Exception { in runInMultipleThreads()171 int numberOfThreads = 20; in main() local
13 class ExecutorRule(private val numberOfThreads: Int) : TestRule, ExecutorCoroutineDispatcher() { constant in kotlinx.coroutines.ExecutorRule