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

  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 77 void ResumeAll() {
82 base::Bind(&TestNavigationListener::ResumeAll, this));
198 test_navigation_listener_->ResumeAll();
  /art/runtime/
thread_list.cc 264 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
366 void ThreadList::ResumeAll() {
370 VLOG(threads) << *self << " ResumeAll starting";
372 VLOG(threads) << "Thread[null] ResumeAll starting";
400 VLOG(threads) << *self << " ResumeAll waking others";
402 VLOG(threads) << "Thread[null] ResumeAll waking others";
409 VLOG(threads) << *self << " ResumeAll complete";
411 VLOG(threads) << "Thread[null] ResumeAll complete";
    [all...]

Completed in 183 milliseconds