Searched refs:workerThreads (Results 1 – 6 of 6) sorted by relevance
134 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()
96 private int workerThreads = Integer.MAX_VALUE; field in MockWebServer143 this.workerThreads = threads; in setWorkerThreads()219 requestExecutor = Executors.newFixedThreadPool(workerThreads); in play()
500 std::array<Worker*, MaxWorkerThreads> workerThreads; variable
85 - 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 ==…
2635 void addOperationTestsImpl (tcu::TestCaseGroup* group, const deUint32 workerThreads) in addOperationTestsImpl() argument2680 if (workerThreads > 0) in addOperationTestsImpl()2688 …if (workerThreads > 0 && buildTypes[buildTypeNdx].buildType != VK_ACCELERATION_STRUCTURE_BUILD_TYP… in addOperationTestsImpl()2720 workerThreads, in addOperationTestsImpl()
3626 void addOperationTestsImpl (tcu::TestCaseGroup* group, const deUint32 workerThreads) in addOperationTestsImpl() argument3696 if (workerThreads > 0) in addOperationTestsImpl()3704 …if (workerThreads > 0 && buildTypes[buildTypeNdx].buildType != VK_ACCELERATION_STRUCTURE_BUILD_TYP… in addOperationTestsImpl()3737 workerThreads, in addOperationTestsImpl()