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/1951-monitor-enter-no-suspend/
Draw_monitor.cc70 static std::atomic<bool> resumed(false);
83 while (!resumed) {} in Java_art_Test1951_otherThreadStart()
96 resumed = true; in Java_art_Test1951_otherThreadResume()
/art/test/1943-suspend-raw-monitor-wait/
Dexpected.txt6 resumed target_thread
/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/1920-suspend-native-monitor/
Dexpected.txt6 Resumer: resumed spinner while native spinning
/art/test/1942-suspend-raw-monitor-exit/
Dexpected.txt11 resumed test thread
/art/runtime/native/
Ddalvik_system_VMStack.cc72 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in GetThreadStack() local
73 DCHECK(resumed); in GetThreadStack()
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc85 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById() local
86 DCHECK(resumed); in DdmVmInternal_getStackTraceById()
Djava_lang_Thread.cc166 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in Thread_setNativeName() local
167 DCHECK(resumed); in Thread_setNativeName()
/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.cc1380 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local
1381 DCHECK(resumed); in VisitRootsForSuspendedThreads()
Dmonitor.cc1077 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); in InflateThinLocked() local
1078 DCHECK(resumed); in InflateThinLocked()