Searched defs:maxPoolSize (Results 1 – 6 of 6) sorted by relevance
60 protected var maxPoolSize = 1024 variable
81 int maxPoolSize = 100; in defaultExecutor() local
98 private val maxPoolSize: Int = MAX_POOL_SIZE, in toString() constant in kotlinx.coroutines.scheduling.SchedulerCoroutineDispatcher
26 private val maxPoolSize: Int, constant in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher
94 @JvmField val maxPoolSize: Int, in <lambda>() constant in kotlinx.coroutines.scheduling.CoroutineScheduler
452 int maxPoolSize = Math.max(64, processors * 2); in resolveAsyncFutureCompletionExecutor() local