Searched refs:MAX_THREADS (Results 1 – 10 of 10) sorted by relevance
21 constexpr unsigned int MAX_THREADS = 2; variable40 if (g_threads.size() > MAX_THREADS) { in PostToBg()
21 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in TaskExecutor()
31 size_t MAX_THREADS = 2;
38 size_t MAX_THREADS = 6; variable
80 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in GenerateExecutors()
50 static constexpr size_t MAX_THREADS = 3; variable
29 const int MAX_THREADS = 10; variable353 threadNum = dataProvider->ConsumeIntegralInRange<uint8_t>(1, MAX_THREADS); in RefbaseTestFunc()
97 static constexpr int MAX_THREADS = 2; variable
40 executor_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in AssetChangeTimer()
88 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in OnAbilityDisconnectDone()