OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResumeAll
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
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";
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc
90
void
ResumeAll
() {
95
base::Bind(&TestNavigationListener::
ResumeAll
, this));
216
test_navigation_listener_->
ResumeAll
();
Completed in 41 milliseconds