Searched refs:maxConcurrency (Results 1 – 5 of 5) sorted by relevance
67 int maxConcurrency, in createExecutorService() argument72 return new ThreadPoolExecutor(corePoolSize, maxConcurrency, keepAliveTime, unit, workQueue); in createExecutorService()
58 @PreviewMaxConcurrency maxConcurrency: Int, in <lambda>()61 private val semaphore = Semaphore(maxConcurrency) in <lambda>()
48 @Provides @PreviewMaxConcurrency fun maxConcurrency() = 4 in imageLoader() method
48 int maxConcurrency, in createExecutorService() argument
65 maxConcurrency = testMaxConcurrency, in <lambda>()