Home
last modified time | relevance | path

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

1234

/aosp_15_r20/build/soong/finder/
H A Dfinder.go158 threadPool *threadPool member
607 type threadPool struct { struct
608 receivedRequests sync.WaitGroup
609 activeRequests semaphore
620 func (p *threadPool) Run(function func()) {
642 func (p *threadPool) Wait() {
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
H A DPingPongWithBlockingContext.kt28 private val threadPool = newFixedThreadPoolContext(8, "PongCtx") constant
/aosp_15_r20/libcore/luni/src/test/java/tests/java/sql/
H A DStressTest.java140 ThreadPool threadPool = new ThreadPool(numTasks); in testManyConnectionsUsingManyThreads() local
217 ThreadPool threadPool = new ThreadPool(numConnections); in testInsertOfManyRowsUsingManyThreads() local
H A DMultiThreadAccessTest.java45 private ThreadPool threadPool; field in MultiThreadAccessTest
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
H A DBatchProcessor.kt87 private val threadPool = Array(ThreadCount) { in <lambda>() constant
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java496 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() local
596 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_get_basher() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DCacheBuilderTest.java505 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() local
605 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_get_basher() local
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/collect/
H A DConcurrentHashMultisetBenchmark.java58 private ExecutorService threadPool; field in ConcurrentHashMultisetBenchmark
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DConcurrentHashMultisetBenchmark.java58 private ExecutorService threadPool; field in ConcurrentHashMultisetBenchmark
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicLongMapBasherTest.java50 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testModify_basher() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicLongMapBasherTest.java50 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testModify_basher() local
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
H A DReflectionToStringBuilderConcurrencyTest.java91 final ExecutorService threadPool = Executors.newFixedThreadPool(2); in testConcurrency() local
H A DToStringStyleConcurrencyTest.java90 final ExecutorService threadPool = Executors.newFixedThreadPool(2); in testConcurrency() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DMutablePrimitiveRegistryMultithreadTest.java112 ExecutorService threadPool = Executors.newFixedThreadPool(THREAD_NUMBER); in registerAndGetPrimitivesInParallel_works() local
H A DMutableSerializationRegistryMultithreadTest.java218 ExecutorService threadPool = Executors.newFixedThreadPool(4); in registerAndParseAndSerializeInParallel_works() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
DManualAutoFocusFactory.java77 ScheduledExecutorService threadPool, in create()
/aosp_15_r20/external/skia/tests/
H A DGrContextFactoryTest.cpp92 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GANESH_TEST() local
/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DCrtMemoryLeakDetector.java190 final ExecutorService threadPool = Executors.newFixedThreadPool(numThreads); in runViaThreadPool() local
H A DHttp2StreamManagerTest.java88 final ExecutorService threadPool = Executors.newFixedThreadPool(numThreads); in testParallelStreams() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuUidBpfMapReaderTest.java124 ScheduledExecutorService threadPool = Executors.newScheduledThreadPool(11); in testConcurrent() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DRegistryMultithreadTest.java181 ExecutorService threadPool = Executors.newFixedThreadPool(4); in registerAndGetKeyManager_works() local
/aosp_15_r20/external/zstd/programs/
H A Dfileio_asyncio.h40 POOL_ctx* threadPool; member
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/
H A DMultithreadingTest.kt25 newSingleThreadContext("testSingleThread").use { threadPool -> in <lambda>() method
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/service/
DRegistrationBinder.java76 Provisioner provisioner, ExecutorService threadPool) { in RegistrationBinder()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java71 private ExecutorService threadPool; field in QueuesTest

1234