Searched defs:resumed (Results 1 – 7 of 7) sorted by relevance
| /art/runtime/native/ |
| D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 84 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById() local
|
| D | dalvik_system_VMStack.cc | 72 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in GetThreadStack() local
|
| D | java_lang_Thread.cc | 159 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in Thread_setNativeName() local
|
| /art/openjdkjvm/ |
| D | OpenjdkJvm.cc | 432 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal); in JVM_SetNativeThreadName() local
|
| /art/runtime/ |
| D | monitor.cc | 1061 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); in InflateThinLocked() local
|
| D | thread_list.cc | 1516 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local
|
| D | debugger.cc | 2512 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger); in ResumeThread() local 3679 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_, in ~ScopedDebuggerThreadSuspension() local 3983 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); in PrepareInvokeMethod() local
|