Home
last modified time | relevance | path

Searched refs:workerThreads (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/marl/src/
Dscheduler.cpp134 workerThreads{}, in Scheduler()
140 workerThreads[i] =
144 workerThreads[i]->start();
161 workerThreads[i]->stop(); in ~Scheduler()
164 cfg.allocator->destroy(workerThreads[i]); in ~Scheduler()
184 auto worker = workerThreads[idx]; in enqueue()
207 auto thread = workerThreads[from % cfg.workerThread.count]; in stealWork()
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockWebServer.java96 private int workerThreads = Integer.MAX_VALUE; field in MockWebServer
143 this.workerThreads = threads; in setWorkerThreads()
219 requestExecutor = Executors.newFixedThreadPool(workerThreads); in play()
/external/swiftshader/third_party/marl/include/marl/
Dscheduler.h500 std::array<Worker*, MaxWorkerThreads> workerThreads; variable
/external/swiftshader/third_party/marl/docs/
Dscheduler.md85 - If the scheduler has no dedicated worker threads (`marl::Scheduler::config().workerThreads.count …
191 If the scheduler has no dedicated worker threads (`marl::Scheduler::config().workerThreads.count ==…
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp2635 void addOperationTestsImpl (tcu::TestCaseGroup* group, const deUint32 workerThreads) in addOperationTestsImpl() argument
2680 if (workerThreads > 0) in addOperationTestsImpl()
2688 …if (workerThreads > 0 && buildTypes[buildTypeNdx].buildType != VK_ACCELERATION_STRUCTURE_BUILD_TYP… in addOperationTestsImpl()
2720 workerThreads, in addOperationTestsImpl()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryAccelerationStructuresTests.cpp3626 void addOperationTestsImpl (tcu::TestCaseGroup* group, const deUint32 workerThreads) in addOperationTestsImpl() argument
3696 if (workerThreads > 0) in addOperationTestsImpl()
3704 …if (workerThreads > 0 && buildTypes[buildTypeNdx].buildType != VK_ACCELERATION_STRUCTURE_BUILD_TYP… in addOperationTestsImpl()
3737 workerThreads, in addOperationTestsImpl()