Home
last modified time | relevance | path

Searched refs:workerPool (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner/
Dserver.go48 workerPool *WorkerPool member
55 workerPool: newWorkerPool("ServerWorkerPool"),
76 s.workerPool.RegisterWorker(worker)
90 s.workerPool.QueueExecutable(&RunRequest{
122 s.workerPool.Start()
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp197 LinkEventGL(std::shared_ptr<angle::WorkerThreadPool> workerPool, in LinkEventGL() argument
202 angle::WorkerThreadPool::PostWorkerTask(workerPool, mLinkTask))), in LinkEventGL()
410 auto workerPool = context->getWorkerThreadPool(); in link() local
482 else if (workerPool->isAsync() && in link()
486 return std::make_unique<LinkEventGL>(workerPool, linkTask, postLinkImplTask); in link()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp921 LoadBinaryLinkEvent(std::shared_ptr<WorkerThreadPool> workerPool, in LoadBinaryLinkEvent() argument
926 mWaitableEvent(angle::WorkerThreadPool::PostWorkerTask(workerPool, mTask)) in LoadBinaryLinkEvent()
1790 std::shared_ptr<WorkerThreadPool> workerPool, in GraphicsProgramLinkEvent() argument
1802 angle::WorkerThreadPool::PostWorkerTask(workerPool, mVertexTask)), in GraphicsProgramLinkEvent()
1804 angle::WorkerThreadPool::PostWorkerTask(workerPool, mPixelTask)), in GraphicsProgramLinkEvent()
1806 angle::WorkerThreadPool::PostWorkerTask(workerPool, mGeometryTask))}}), in GraphicsProgramLinkEvent()