Home
last modified time | relevance | path

Searched defs:numberOfThreads (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-testlib/test/com/google/common/testing/
DFakeTickerTest.java108 int numberOfThreads = 64; in testConcurrentAdvance() local
132 int numberOfThreads = 64; in testConcurrentAutoIncrementStep() local
148 private void runConcurrentTest(int numberOfThreads, final Callable<Void> callable) in runConcurrentTest()
/external/guava/guava-testlib/test/com/google/common/testing/
DFakeTickerTest.java119 int numberOfThreads = 64; in testConcurrentAdvance() local
143 int numberOfThreads = 64; in testConcurrentAutoIncrementStep() local
159 private void runConcurrentTest(int numberOfThreads, final Callable<Void> callable) in runConcurrentTest()
/external/mockito/src/test/java/org/concurrentmockito/
DThreadsRunAllTestsHalfManualTest.java151 public static Set<Class<?>> runInMultipleThreads(int numberOfThreads) throws Exception { in runInMultipleThreads()
171 int numberOfThreads = 20; in main() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DExecutorRule.kt13 class ExecutorRule(private val numberOfThreads: Int) : TestRule, ExecutorCoroutineDispatcher() { constant in kotlinx.coroutines.ExecutorRule