Home
last modified time | relevance | path

Searched defs:threadPool (Results 1 – 25 of 26) sorted by relevance

12

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
DPingPongWithBlockingContext.kt28 private val threadPool = newFixedThreadPoolContext(8, "PongCtx") constant
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java58 private ExecutorService threadPool; field in ConcurrentHashMultisetBenchmark
/external/guava/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java58 private ExecutorService threadPool; field in ConcurrentHashMultisetBenchmark
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapBasherTest.java50 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testModify_basher() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapBasherTest.java50 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testModify_basher() local
/external/tink-java/src/test/java/com/google/crypto/tink/
DRegistryMultithreadTest.java70 ExecutorService threadPool = Executors.newFixedThreadPool(4); in registerAndGetKeyManager_works() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
DReflectionToStringBuilderConcurrencyTest.java91 final ExecutorService threadPool = Executors.newFixedThreadPool(2); in testConcurrency() local
DToStringStyleConcurrencyTest.java90 final ExecutorService threadPool = Executors.newFixedThreadPool(2); in testConcurrency() local
/external/tink-java/src/test/java/com/google/crypto/tink/internal/
DMutablePrimitiveRegistryMultithreadTest.java112 ExecutorService threadPool = Executors.newFixedThreadPool(THREAD_NUMBER); in registerAndGetPrimitivesInParallel_works() local
DMutableSerializationRegistryMultithreadTest.java218 ExecutorService threadPool = Executors.newFixedThreadPool(4); in registerAndParseAndSerializeInParallel_works() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
DMutablePrimitiveRegistryMultithreadTest.java112 ExecutorService threadPool = Executors.newFixedThreadPool(THREAD_NUMBER); in registerAndGetPrimitivesInParallel_works() local
DMutableSerializationRegistryMultithreadTest.java218 ExecutorService threadPool = Executors.newFixedThreadPool(4); in registerAndParseAndSerializeInParallel_works() local
/external/skia/tests/
DGrContextFactoryTest.cpp92 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GANESH_TEST() local
/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
DCrtMemoryLeakDetector.java190 final ExecutorService threadPool = Executors.newFixedThreadPool(numThreads); in runViaThreadPool() local
DHttp2StreamManagerTest.java88 final ExecutorService threadPool = Executors.newFixedThreadPool(numThreads); in testParallelStreams() local
DHttpClientConnectionManagerTest.java81 final ExecutorService threadPool = Executors.newFixedThreadPool(numThreads); in testParallelConnections() local
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java496 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() local
596 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_get_basher() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java505 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() local
605 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_get_basher() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/
DRegistryMultithreadTest.java181 ExecutorService threadPool = Executors.newFixedThreadPool(4); in registerAndGetKeyManager_works() local
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/
DMultithreadingTest.kt26 newSingleThreadContext("testSingleThread").use { threadPool -> in <lambda>() method
/external/zstd/programs/
Dfileio_asyncio.h36 POOL_ctx* threadPool; member
/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java71 private ExecutorService threadPool; field in QueuesTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DQueuesTest.java71 private ExecutorService threadPool; field in QueuesTest
/external/angle/src/image_util/
DAstcDecompressor.cpp215 std::shared_ptr<WorkerThreadPool> &threadPool = in decompress() local
/external/zstd/lib/common/
Dpool.c223 …{ ZSTD_pthread_t* const threadPool = (ZSTD_pthread_t*)ZSTD_customCalloc(numThreads * sizeof(ZSTD… in POOL_resize_internal() local

12