Home
last modified time | relevance | path

Searched defs:maxPoolSize (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DSchedulerTestBase.kt60 protected var maxPoolSize = 1024 variable
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/
DTransferManagerConfiguration.java81 int maxPoolSize = 100; in defaultExecutor() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt98 private val maxPoolSize: Int = MAX_POOL_SIZE, in toString() constant in kotlinx.coroutines.scheduling.SchedulerCoroutineDispatcher
DDeprecated.kt26 private val maxPoolSize: Int, constant in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher
DCoroutineScheduler.kt94 @JvmField val maxPoolSize: Int, in <lambda>() constant in kotlinx.coroutines.scheduling.CoroutineScheduler
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/client/builder/
DSdkDefaultClientBuilder.java452 int maxPoolSize = Math.max(64, processors * 2); in resolveAsyncFutureCompletionExecutor() local