Home
last modified time | relevance | path

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

/external/guava/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java56 private ExecutorService threadPool; field in ConcurrentHashMultisetBenchmark
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java476 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() local
565 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_get_basher() local
/external/skia/tests/
DGrContextFactoryTest.cpp124 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GPUTEST() local
/external/skqp/tests/
DGrContextFactoryTest.cpp124 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GPUTEST() local
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java138 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testRemovalNotification_clear_basher() local
DQueuesTest.java55 private ExecutorService threadPool; field in QueuesTest
/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/util/concurrent/
DAtomicLongMapTest.java568 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads); in testModify_basher() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h481 THREAD_POOL threadPool; // Thread pool associated with this context member