Home
last modified time | relevance | path

Searched refs:resumed (Results 1 – 15 of 15) 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-stdout.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-stdout.txt6 resumed target_thread
/art/test/1921-suspend-native-recursive-monitor/
Dexpected-stdout.txt6 Resumer: resumed spinner while native spinning
/art/test/1905-suspend-native/
Dexpected-stdout.txt6 Resumer: resumed spinner while native spinning
/art/test/1920-suspend-native-monitor/
Dexpected-stdout.txt6 Resumer: resumed spinner while native spinning
/art/test/1942-suspend-raw-monitor-exit/
Dexpected-stdout.txt11 resumed test thread
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc80 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById() local
81 DCHECK(resumed); in DdmVmInternal_getStackTraceById()
Ddalvik_system_VMStack.cc71 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in GetThreadStack() local
72 DCHECK(resumed); in GetThreadStack()
Djava_lang_Thread.cc158 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in Thread_setNativeName() local
159 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.cc1384 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local
1385 DCHECK(resumed); in VisitRootsForSuspendedThreads()
Dmutator_gc_coord.md133 a `SuspendAll()` call to suspend one or all threads until they are resumed by
Dmonitor.cc1081 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); in InflateThinLocked() local
1082 DCHECK(resumed); in InflateThinLocked()