Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp549 std::list<std::shared_ptr<WorkInfo>> workList = it->second->GetRunningWorks(); in GetAllRunningWorks() local
550 allWorks.insert(allWorks.end(), workList.begin(), workList.end()); in GetAllRunningWorks()
810 std::list<std::shared_ptr<WorkStatus>> workList = it->second->GetDeepIdleWorks(); in GetDeepIdleWorks() local
811 if (workList.size() != 0) { in GetDeepIdleWorks()
812 deepIdleWorkds.insert(deepIdleWorkds.end(), workList.begin(), workList.end()); in GetDeepIdleWorks()
H A Dwork_queue_manager.cpp180 bool WorkQueueManager::StopAndClearWorks(list<shared_ptr<WorkStatus>> workList) in StopAndClearWorks() argument
182 for (auto &it : workList) { in StopAndClearWorks()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_queue_manager.h82 * @param workList The list of work.
85 bool StopAndClearWorks(std::list<std::shared_ptr<WorkStatus>> workList);

Completed in 3 milliseconds