Searched refs:resumed (Results 1 – 14 of 14) 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/1943-suspend-raw-monitor-wait/ |
D | expected.txt | 6 resumed target_thread
|
/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/1921-suspend-native-recursive-monitor/ |
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_nativeSetName() local 160 DCHECK(resumed); in Thread_nativeSetName()
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 434 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal); in JVM_SetNativeThreadName() local 435 DCHECK(resumed); in JVM_SetNativeThreadName()
|
/art/runtime/ |
D | thread_list.cc | 1521 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local 1522 DCHECK(resumed); in VisitRootsForSuspendedThreads()
|
D | monitor.cc | 1005 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); in InflateThinLocked() local 1006 DCHECK(resumed); in InflateThinLocked()
|
D | debugger.cc | 2562 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()
|