Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_utils.cpp21 constexpr unsigned int MAX_THREADS = 2; variable
40 if (g_threads.size() > MAX_THREADS) { in PostToBg()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtask_executor.cpp21 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in TaskExecutor()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtask_executor.h31 size_t MAX_THREADS = 2;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dtask_executor.h38 size_t MAX_THREADS = 6; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dtask_executor.cpp80 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in GenerateExecutors()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dasset_change_timer.h50 static constexpr size_t MAX_THREADS = 3; variable
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H A Drefbase_fuzzer.cpp29 const int MAX_THREADS = 10; variable
353 threadNum = dataProvider->ConsumeIntegralInRange<uint8_t>(1, MAX_THREADS); in RefbaseTestFunc()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/include/
H A Ddatashare_connection.h97 static constexpr int MAX_THREADS = 2; variable
/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp88 pool_ = std::make_shared<ExecutorPool>(MAX_THREADS, MIN_THREADS); in OnAbilityDisconnectDone()