Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
DPingPongWithBlockingContext.kt34 private val threadPool = newFixedThreadPoolContext(8, "PongCtx") constant in benchmarks.scheduler.actors.PingPongWithBlockingContext
/external/guava/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java58 private ExecutorService threadPool; field in ConcurrentHashMultisetBenchmark
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java58 private ExecutorService threadPool; field in ConcurrentHashMultisetBenchmark
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapBasherTest.java48 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testModify_basher() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapBasherTest.java48 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testModify_basher() local
/external/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestDispatchersTest.kt29 newSingleThreadContext("testSingleThread").use { threadPool -> in <lambda>() method
/external/skia/tests/
DGrContextFactoryTest.cpp89 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GPUTEST() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java499 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() local
596 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_get_basher() local
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java575 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() local
672 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_get_basher() local
/external/skqp/tests/
DGrContextFactoryTest.cpp124 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GPUTEST() local
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs59 readonly GrpcThreadPool threadPool; field in Grpc.Core.GrpcEnvironment
/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java70 private ExecutorService threadPool; field in QueuesTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DQueuesTest.java70 private ExecutorService threadPool; field in QueuesTest
/external/zstd/lib/common/
Dpool.c212 …{ ZSTD_pthread_t* const threadPool = (ZSTD_pthread_t*)ZSTD_customMalloc(numThreads * sizeof(ZSTD… in POOL_resize_internal() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h520 THREAD_POOL threadPool; // Thread pool associated with this context member