Home
last modified time | relevance | path

Searched refs:threadsNum (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/event/
H A Dtaskpool.cpp33 int32_t TaskPool::Start(int32_t threadsNum) in Start() argument
41 if (threadsNum <= 0) { in Start()
42 SHARING_LOGE("threadNum is illegal, %{public}d.", threadsNum); in Start()
47 threads_.reserve(threadsNum); in Start()
48 for (int32_t i = 0; i < threadsNum; ++i) { in Start()
H A Dtaskpool.h63 virtual int32_t Start(int32_t threadsNum);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp1020 size_t threadsNum = static_cast<size_t>(installerHost->GetThreadsNum()); in AddTaskParallel() local
1021 LOG_I(BMS_TAG_DEFAULT, "priority: %{public}d, tasks: %{public}zu, userId: %{public}d, threadsNum: %{public}zu", in AddTaskParallel()
1022 taskPriority, tasks.size(), userId, threadsNum); in AddTaskParallel()
1026 if (installerHost->GetCurTaskNum() >= threadsNum) { in AddTaskParallel()
1844 size_t threadsNum = static_cast<size_t>(installerHost->GetThreadsNum()); in InnerMultiProcessBundleInstall() local
1845 LOG_I(BMS_TAG_DEFAULT, "multi install start, totalNum: %{public}zu, num: %{public}zu", taskTotalNum, threadsNum); in InnerMultiProcessBundleInstall()

Completed in 7 milliseconds