Searched refs:setWorkerThreadCount (Results 1 – 10 of 10) 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()
59 cfg.setWorkerThreadCount(params.numWorkerThreads); in SetUp()
40 cfg.setWorkerThreadCount(numThreads(state)); in run()
221 return Config().setWorkerThreadCount(Thread::numLogicalCPUs()); in allCores()
89 MARL_NO_EXPORT inline Config& setWorkerThreadCount(int);534 Scheduler::Config& Scheduler::Config::setWorkerThreadCount(int count) { in setWorkerThreadCount() function
27 cfg.setWorkerThreadCount(4); in main()
28 cfg.setWorkerThreadCount(4); in main()
134 cfg.setWorkerThreadCount(threadCount); in getSchedulerConfiguration()
199 cfg.setWorkerThreadCount(0); // STW mode.
230 cfg.setWorkerThreadCount(8); in getOrCreateScheduler()