Home
last modified time | relevance | path

Searched refs:GetCountOfTasksInSystemWithTaskProperties (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
Dtask_statistics_test.cpp81 …ASSERT_EQ(taskStatistics->GetCountOfTasksInSystemWithTaskProperties(GC_DYNAMIC_VM_BACKGROUND_PROPE… in TEST_P()
82 …ASSERT_EQ(taskStatistics->GetCountOfTasksInSystemWithTaskProperties(GC_DYNAMIC_VM_FOREGROUND_PROPE… in TEST_P()
83 …ASSERT_EQ(taskStatistics->GetCountOfTasksInSystemWithTaskProperties(GC_STATIC_VM_BACKGROUND_PROPER… in TEST_P()
84 …ASSERT_EQ(taskStatistics->GetCountOfTasksInSystemWithTaskProperties(GC_STATIC_VM_FOREGROUND_PROPER… in TEST_P()
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/task_statistics/
Dlock_free_task_statistics_impl.cpp68 taskInSystemCount += GetCountOfTasksInSystemWithTaskProperties(properties); in GetCountOfTaskInSystem()
73 size_t LockFreeTaskStatisticsImpl::GetCountOfTasksInSystemWithTaskProperties(TaskProperties propert… in GetCountOfTasksInSystemWithTaskProperties() function in panda::taskmanager::LockFreeTaskStatisticsImpl
Dlock_free_task_statistics_impl.h39 size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties properties) const override;
Dsimple_task_statistics_impl.h40 size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties properties) const override;
Dtask_statistics.h83 virtual size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties properties) const = 0;
Dfine_grained_task_statistics_impl.cpp52 size_t FineGrainedTaskStatisticsImpl::GetCountOfTasksInSystemWithTaskProperties(TaskProperties prop… in GetCountOfTasksInSystemWithTaskProperties() function in panda::taskmanager::FineGrainedTaskStatisticsImpl
Dfine_grained_task_statistics_impl.h96 size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties properties) const override;
Dsimple_task_statistics_impl.cpp61 size_t SimpleTaskStatisticsImpl::GetCountOfTasksInSystemWithTaskProperties(TaskProperties propertie… in GetCountOfTasksInSystemWithTaskProperties() function in panda::taskmanager::SimpleTaskStatisticsImpl
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp210 if (taskStatistics_->GetCountOfTasksInSystemWithTaskProperties(properties) == 0) { in GetTaskFromQueue()
220 while (taskStatistics_->GetCountOfTasksInSystemWithTaskProperties(properties) != 0) { in WaitForFinishAllTasksWithProperties()
263 if (taskStatistics_->GetCountOfTasksInSystemWithTaskProperties(properties) == 0) { in IncrementCounterOfExecutedTasks()