Home
last modified time | relevance | path

Searched refs:resumed (Results 1 – 14 of 14) sorted by relevance

/art/test/1908-suspend-native-resume-self/
Dnative_suspend_resume.cc35 std::atomic<bool> resumed(false);
46 resumed.store(true); in Java_art_Test1908_nativeSpinAndResume()
59 while (!resumed.load()) {} in Java_art_Test1908_waitForNativeResumeFinished()
Dexpected.txt10 other thread resumed.
/art/test/1943-suspend-raw-monitor-wait/
Dexpected.txt6 resumed target_thread
/art/test/1920-suspend-native-monitor/
Dexpected.txt6 Resumer: resumed spinner while native spinning
/art/test/1905-suspend-native/
Dexpected.txt6 Resumer: resumed spinner while native spinning
/art/test/1921-suspend-native-recursive-monitor/
Dexpected.txt6 Resumer: resumed spinner while native spinning
/art/test/1942-suspend-raw-monitor-exit/
Dexpected.txt11 resumed test thread
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc84 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById() local
85 DCHECK(resumed); in DdmVmInternal_getStackTraceById()
Ddalvik_system_VMStack.cc72 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in GetThreadStack() local
73 DCHECK(resumed); in GetThreadStack()
Djava_lang_Thread.cc159 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in Thread_nativeSetName() local
160 DCHECK(resumed); in Thread_nativeSetName()
/art/openjdkjvm/
DOpenjdkJvm.cc434 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal); in JVM_SetNativeThreadName() local
435 DCHECK(resumed); in JVM_SetNativeThreadName()
/art/runtime/
Dthread_list.cc1521 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local
1522 DCHECK(resumed); in VisitRootsForSuspendedThreads()
Dmonitor.cc1005 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); in InflateThinLocked() local
1006 DCHECK(resumed); in InflateThinLocked()
Ddebugger.cc2562 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger); in ResumeThread() local
2563 DCHECK(resumed); in ResumeThread()
3803 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_, in ~ScopedDebuggerThreadSuspension() local
3805 DCHECK(resumed); in ~ScopedDebuggerThreadSuspension()
4128 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); in PrepareInvokeMethod() local
4129 DCHECK(resumed); in PrepareInvokeMethod()