Searched refs:GetCountOfTasksInSystemWithTaskProperties (Results 1 – 9 of 9) sorted by relevance
81 …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()
68 taskInSystemCount += GetCountOfTasksInSystemWithTaskProperties(properties); in GetCountOfTaskInSystem()73 size_t LockFreeTaskStatisticsImpl::GetCountOfTasksInSystemWithTaskProperties(TaskProperties propert… in GetCountOfTasksInSystemWithTaskProperties() function in panda::taskmanager::LockFreeTaskStatisticsImpl
39 size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties properties) const override;
40 size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties properties) const override;
83 virtual size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties properties) const = 0;
52 size_t FineGrainedTaskStatisticsImpl::GetCountOfTasksInSystemWithTaskProperties(TaskProperties prop… in GetCountOfTasksInSystemWithTaskProperties() function in panda::taskmanager::FineGrainedTaskStatisticsImpl
96 size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties properties) const override;
61 size_t SimpleTaskStatisticsImpl::GetCountOfTasksInSystemWithTaskProperties(TaskProperties propertie… in GetCountOfTasksInSystemWithTaskProperties() function in panda::taskmanager::SimpleTaskStatisticsImpl
210 if (taskStatistics_->GetCountOfTasksInSystemWithTaskProperties(properties) == 0) { in GetTaskFromQueue()220 while (taskStatistics_->GetCountOfTasksInSystemWithTaskProperties(properties) != 0) { in WaitForFinishAllTasksWithProperties()263 if (taskStatistics_->GetCountOfTasksInSystemWithTaskProperties(properties) == 0) { in IncrementCounterOfExecutedTasks()