Searched refs:Resume (Results 1 - 11 of 11) sorted by relevance

/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc84 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
H A Ddalvik_system_VMStack.cc72 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
H A Djava_lang_Thread.cc159 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal);
/art/runtime/
H A Dthread_list.h68 bool Resume(Thread* thread, SuspendReason reason = SuspendReason::kInternal)
143 // Resume all threads
H A Dtrace.h123 static void Resume() REQUIRES(!Locks::trace_lock_);
H A Dmonitor.cc1005 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal);
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
H A Ddebugger.cc2562 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger);
3803 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_,
4128 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger);
/art/openjdkjvm/
H A DOpenjdkJvm.cc434 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal);
/art/openjdkjvmti/
H A Dti_thread.cc957 if (!art::Runtime::Current()->GetThreadList()->Resume(target,

Completed in 1075 milliseconds