Searched refs:MIN_THREADS (Results 1 – 8 of 8) sorted by relevance
21 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in TaskExecutor()
32 size_t MIN_THREADS = 0; variable
39 size_t MIN_THREADS = 0; variable
80 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in GenerateExecutors()
51 static constexpr size_t MIN_THREADS = 0; variable
98 static constexpr int MIN_THREADS = 0; 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()