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

  /external/chromium_org/cc/resources/
task_graph_runner.cc 152 DCHECK_EQ(0u, ready_to_run_namespaces_.size());
266 ready_to_run_namespaces_.clear();
271 ready_to_run_namespaces_.push_back(&it->second);
274 // Rearrange the task namespaces in |ready_to_run_namespaces_| in such a way
276 std::make_heap(ready_to_run_namespaces_.begin(),
277 ready_to_run_namespaces_.end(),
281 if (!ready_to_run_namespaces_.empty())
340 DCHECK_EQ(0u, ready_to_run_namespaces_.size());
355 if (ready_to_run_namespaces_.empty()) {
376 while (!ready_to_run_namespaces_.empty()
    [all...]
task_graph_runner.h 222 TaskNamespace::Vector ready_to_run_namespaces_; member in class:cc::TaskGraphRunner

Completed in 72 milliseconds