Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp60 conditionReadyQueue_ = std::make_shared<WorkQueue>(); in WorkPolicyManager()
204 conditionReadyQueue_->RemoveUnReady(); in RemoveFromReadyQueue()
285 conditionReadyQueue_->Push(workStatusVector); in AddToReadyQueue()
415 conditionReadyQueue_->RemoveUnReady(); in RemoveAllUnReady()
420 shared_ptr<WorkStatus> topWork = conditionReadyQueue_->GetWorkToRunByPriority(); in GetWorkToRun()
583 conditionReadyQueue_->Dump(result); in DumpConditionReadyQueue()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_policy_manager_test.cpp71 workPolicyManager_->conditionReadyQueue_->ClearAll();
73 EXPECT_TRUE(workPolicyManager_->conditionReadyQueue_->GetSize() == 0);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_policy_manager.h307 std::shared_ptr<WorkQueue> conditionReadyQueue_; variable