HomeSort by relevance Sort by last modified time
    Searched defs:TaskGraphRunner (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
task_graph_runner.cc 134 TaskGraphRunner::TaskNamespace::TaskNamespace() {}
136 TaskGraphRunner::TaskNamespace::~TaskNamespace() {}
138 TaskGraphRunner::TaskGraphRunner()
145 TaskGraphRunner::~TaskGraphRunner() {
154 NamespaceToken TaskGraphRunner::GetNamespaceToken() {
162 void TaskGraphRunner::ScheduleTasks(NamespaceToken token, TaskGraph* graph) {
164 "TaskGraphRunner::ScheduleTasks",
283 void TaskGraphRunner::WaitForTasksToFinishRunning(NamespaceToken token)
    [all...]
task_graph_runner.h 84 class TaskGraphRunner;
95 friend class TaskGraphRunner;
102 // A TaskGraphRunner is used to process tasks with dependencies. There can
103 // be any number of TaskGraphRunner instances per thread. Tasks can be scheduled
105 class CC_EXPORT TaskGraphRunner {
107 TaskGraphRunner();
108 virtual ~TaskGraphRunner();
137 // Warning: if the TaskGraphRunner remains busy, it may never quit.
227 DISALLOW_COPY_AND_ASSIGN(TaskGraphRunner);

Completed in 262 milliseconds