Home
last modified time | relevance | path

Searched refs:GetWorkToRunByPriority (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_queue.h64 std::shared_ptr<WorkStatus> GetWorkToRunByPriority();
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp173 shared_ptr<WorkStatus> WorkQueue::GetWorkToRunByPriority() in GetWorkToRunByPriority() function in OHOS::WorkScheduler::WorkQueue
H A Dwork_policy_manager.cpp420 shared_ptr<WorkStatus> topWork = conditionReadyQueue_->GetWorkToRunByPriority(); in GetWorkToRun()