Searched refs:resumed (Results 1 – 15 of 15) sorted by relevance
/art/test/1908-suspend-native-resume-self/ |
D | native_suspend_resume.cc | 35 std::atomic<bool> resumed(false); 46 resumed.store(true); in Java_art_Test1908_nativeSpinAndResume() 59 while (!resumed.load()) {} in Java_art_Test1908_waitForNativeResumeFinished()
|
D | expected.txt | 10 other thread resumed.
|
/art/test/1951-monitor-enter-no-suspend/ |
D | raw_monitor.cc | 70 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/ |
D | expected.txt | 6 resumed target_thread
|
/art/test/1921-suspend-native-recursive-monitor/ |
D | expected.txt | 6 Resumer: resumed spinner while native spinning
|
/art/test/1920-suspend-native-monitor/ |
D | expected.txt | 6 Resumer: resumed spinner while native spinning
|
/art/test/1905-suspend-native/ |
D | expected.txt | 6 Resumer: resumed spinner while native spinning
|
/art/test/1942-suspend-raw-monitor-exit/ |
D | expected.txt | 11 resumed test thread
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 84 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById() local 85 DCHECK(resumed); in DdmVmInternal_getStackTraceById()
|
D | dalvik_system_VMStack.cc | 72 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in GetThreadStack() local 73 DCHECK(resumed); in GetThreadStack()
|
D | java_lang_Thread.cc | 159 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in Thread_setNativeName() local 160 DCHECK(resumed); in Thread_setNativeName()
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 432 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal); in JVM_SetNativeThreadName() local 433 DCHECK(resumed); in JVM_SetNativeThreadName()
|
/art/runtime/ |
D | thread_list.cc | 1516 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local 1517 DCHECK(resumed); in VisitRootsForSuspendedThreads()
|
D | monitor.cc | 1061 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); in InflateThinLocked() local 1062 DCHECK(resumed); in InflateThinLocked()
|
D | debugger.cc | 2512 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger); in ResumeThread() local 2513 DCHECK(resumed); in ResumeThread() 3679 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_, in ~ScopedDebuggerThreadSuspension() local 3681 DCHECK(resumed); in ~ScopedDebuggerThreadSuspension() 3983 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); in PrepareInvokeMethod() local 3984 DCHECK(resumed); in PrepareInvokeMethod()
|