Searched refs:setWorkerThreadCount (Results 1 – 18 of 18) sorted by relevance
42 cfg.setAllocator(allocator).setWorkerThreadCount(10); in TEST_F()161 cfg.setWorkerThreadCount(8); in TEST_F()188 cfg.setWorkerThreadCount(8); in TEST_F()
40 cfg.setWorkerThreadCount(numThreads(state)); in run()
59 cfg.setWorkerThreadCount(params.numWorkerThreads); in SetUp()
226 return Config().setWorkerThreadCount(Thread::numLogicalCPUs()); in allCores()
27 cfg.setWorkerThreadCount(4); in main()
28 cfg.setWorkerThreadCount(4); in main()
87 MARL_NO_EXPORT inline Config& setWorkerThreadCount(int);528 Scheduler::Config& Scheduler::Config::setWorkerThreadCount(int count) { in setWorkerThreadCount() function
382 virtual void setWorkerThreadCount(size_t c);
392 virtual void setWorkerThreadCount(size_t c);
97 void DefaultWorkQueueBase::setWorkerThreadCount(size_t c) in setWorkerThreadCount() function in Ogre::DefaultWorkQueueBase
169 defaultQ->setWorkerThreadCount(threadCount); in Root()
96 void DefaultWorkQueueBase::setWorkerThreadCount(size_t c) in setWorkerThreadCount() function in Ogre::DefaultWorkQueueBase
152 defaultQ->setWorkerThreadCount(threadCount); in Root()
199 cfg.setWorkerThreadCount(0); // STW mode.
147 scheduler->setWorkerThreadCount(std::min<size_t>(marl::Thread::numLogicalCPUs(), 16)); in getOrCreateScheduler()
151 cfg.setWorkerThreadCount(std::min<size_t>(marl::Thread::numLogicalCPUs(), 16)); in getOrCreateScheduler()
248 s->setWorkerThreadCount(8); in getOrCreateScheduler()
249 cfg.setWorkerThreadCount(8); in getOrCreateScheduler()