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

  /art/runtime/gc/collector/
garbage_collector.cc 78 thread_list->ResumeAll();
99 thread_list->ResumeAll();
  /art/runtime/
thread_list.h 49 void ResumeAll()
signal_catcher.cc 153 thread_list->ResumeAll();
trace.cc 323 runtime->GetThreadList()->ResumeAll();
355 runtime->GetThreadList()->ResumeAll();
389 runtime->GetThreadList()->ResumeAll();
422 runtime->GetThreadList()->ResumeAll();
thread_list.cc 214 // Imitate ResumeAll, threads may be waiting on Thread::resume_cond_ since we raised their
268 void ThreadList::ResumeAll() {
271 VLOG(threads) << *self << " ResumeAll starting";
292 VLOG(threads) << *self << " ResumeAll waking others";
295 VLOG(threads) << *self << " ResumeAll complete";
debugger.cc 549 runtime->GetThreadList()->ResumeAll();
575 runtime->GetThreadList()->ResumeAll();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 90 void ResumeAll() {
95 base::Bind(&TestNavigationListener::ResumeAll, this));
211 test_navigation_listener_->ResumeAll();
  /art/runtime/gc/
heap.cc     [all...]
  /art/runtime/hprof/
hprof.cc     [all...]

Completed in 294 milliseconds