Home
last modified time | relevance | path

Searched defs:topWork (Results 1 – 1 of 1) sorted by relevance

/foundation/resourceschedule/work_scheduler/services/native/src/
Dwork_policy_manager.cpp321 shared_ptr<WorkStatus> topWork = GetWorkToRun(); in CheckWorkToRun() local
346 shared_ptr<WorkStatus> topWork = conditionReadyQueue_->GetWorkToRunByPriority(); in GetWorkToRun() local
350 void WorkPolicyManager::RealStartWork(std::shared_ptr<WorkStatus> topWork) in RealStartWork()
377 std::shared_ptr<WorkStatus> &topWork) in UpdateWatchdogTime()