Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DGrContextFactoryTest.cpp88 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GPUTEST() local
/third_party/skia/tests/
DGrContextFactoryTest.cpp89 std::unique_ptr<SkExecutor> threadPool = SkExecutor::MakeFIFOThreadPool(1); in DEF_GPUTEST() local
/third_party/grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs59 readonly GrpcThreadPool threadPool; field in Grpc.Core.GrpcEnvironment
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h520 THREAD_POOL threadPool; // Thread pool associated with this context member