Home
last modified time | relevance | path

Searched refs:MIN_TP_THREADS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.h187 static constexpr int MIN_TP_THREADS = 1; // min threads of the task pool. variable
H A Druntime_context_impl.cpp370 TaskPool *taskPool = TaskPool::Create(MAX_TP_THREADS, MIN_TP_THREADS, errCode); in PrepareTaskPool()