Searched defs:Resume (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_list.cc573 // Resume runnable threads.
589 // Resume early the threads that were runnable but are suspended just for this thread flip or
626 // Resume other threads.
842 bool ThreadList::Resume(Thread* thread, SuspendReason reason) { function in class:art::ThreadList
848 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") starting..." << reason;
856 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
863 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
868 LOG(ERROR) << "Resume(" << reinterpret_cast<void*>(thread)
875 VLOG(threads) << "Resume(" << reinterpret_cast<void*>(thread) << ") waking others";
880 VLOG(threads) << "Resume(" << reinterpret_cas
[all...]
H A Dtrace.cc537 void Trace::Resume() { function in class:art::Trace

Completed in 90 milliseconds