Home
last modified time | relevance | path

Searched refs:MIN_THREADS (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtask_executor.h32 size_t MIN_THREADS = 0; member in OHOS::NativeRdb::TaskExecutor
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtask_executor.cpp21 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in TaskExecutor()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dtask_executor.h39 size_t MIN_THREADS = 0; member in OHOS::TaskExecutor
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dasync_obtain_data.cpp27 static constexpr size_t MIN_THREADS = 0; member
33 AsyncObtainData::AsyncObtainData() : executor_(MAX_THREADS, MIN_THREADS) {} in AsyncObtainData()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_connection.h98 static constexpr int MIN_THREADS = 0; member in OHOS::DataShare::DataShareConnection
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dasset_change_timer.h51 static constexpr size_t MIN_THREADS = 0; member in OHOS::ObjectStore::AssetChangeTimer
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor.cpp80 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in GenerateExecutors()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dasset_change_timer.cpp40 executor_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in AssetChangeTimer()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp88 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in OnAbilityDisconnectDone()

Completed in 5 milliseconds