Searched refs:resumed (Results 1 - 8 of 8) sorted by relevance

/art/test/1908-suspend-native-resume-self/
H A Dnative_suspend_resume.cc35 std::atomic<bool> resumed(false);
46 resumed.store(true);
59 while (!resumed.load()) {}
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc84 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); local
85 DCHECK(resumed);
H A Ddalvik_system_VMStack.cc72 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); local
73 DCHECK(resumed);
H A Djava_lang_Thread.cc159 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); local
160 DCHECK(resumed);
/art/openjdkjvm/
H A DOpenjdkJvm.cc434 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal); local
435 DCHECK(resumed);
/art/runtime/
H A Dmonitor.cc1005 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); local
1006 DCHECK(resumed);
H A Dthread_list.cc1212 // dump event is pending (assuming SignalCatcher was resumed for
1259 // This thread may have been individually resumed with ThreadReference.Resume.
1521 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); local
1522 DCHECK(resumed);
H A Ddebugger.cc2562 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread, SuspendReason::kForDebugger); local
2563 DCHECK(resumed);
3803 bool resumed = Runtime::Current()->GetThreadList()->Resume(thread_, local
3805 DCHECK(resumed);
4035 // to indicate the invoke won't be executed until the thread is resumed.
4038 << "it is fully resumed.";
4115 // it is resumed. Once the invocation completes, the target thread will delete it before
4128 bool resumed = thread_list->Resume(targetThread, SuspendReason::kForDebugger); local
4129 DCHECK(resumed);

Completed in 106 milliseconds