Searched refs:MIN_TP_THREADS (Results 1 – 2 of 2) sorted by relevance
187 static constexpr int MIN_TP_THREADS = 1; // min threads of the task pool. variable
370 TaskPool *taskPool = TaskPool::Create(MAX_TP_THREADS, MIN_TP_THREADS, errCode); in PrepareTaskPool()