Home
last modified time | relevance | path

Searched refs:MAX_THREADS (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_utils.cpp21 constexpr unsigned int MAX_THREADS = 2; member
40 if (g_threads.size() > MAX_THREADS) { in PostToBg()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtask_executor.h31 size_t MAX_THREADS = 2; 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.h38 size_t MAX_THREADS = 6; member in OHOS::TaskExecutor
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dasync_obtain_data.cpp26 static constexpr size_t MAX_THREADS = 2; member
33 AsyncObtainData::AsyncObtainData() : executor_(MAX_THREADS, MIN_THREADS) {} in AsyncObtainData()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_connection.h97 static constexpr int MAX_THREADS = 2; member in OHOS::DataShare::DataShareConnection
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dasset_change_timer.h50 static constexpr size_t MAX_THREADS = 3; 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 4 milliseconds