Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.cpp229 if (waitToFinish > 0 && GetCountOfTasksInSystemWithTaskProperties(properties) == 0) { in HelpWorkersWithTasks()
295 while (GetCountOfTasksInSystemWithTaskProperties(properties) != 0) { in WaitForFinishAllTasksWithProperties()
350 if (waitToFinish > 0 && GetCountOfTasksInSystemWithTaskProperties(properties) == 0) { in IncrementCounterOfExecutedTasks()
445 size_t TaskScheduler::GetCountOfTasksInSystemWithTaskProperties(TaskProperties prop) const in GetCountOfTasksInSystemWithTaskProperties() function in ark::taskmanager::TaskScheduler
Dtask_scheduler.h248 size_t GetCountOfTasksInSystemWithTaskProperties(TaskProperties prop) const;