Searched refs:resumed (Results 1 – 14 of 14) sorted by relevance
35 std::atomic<bool> resumed(false);46 resumed.store(true); in Java_art_Test1908_nativeSpinAndResume()59 while (!resumed.load()) {} in Java_art_Test1908_waitForNativeResumeFinished()
10 other thread resumed.
70 static std::atomic<bool> resumed(false);83 while (!resumed) {} in Java_art_Test1951_otherThreadStart()96 resumed = true; in Java_art_Test1951_otherThreadResume()
6 resumed target_thread
6 Resumer: resumed spinner while native spinning
11 resumed test thread
72 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in GetThreadStack() local73 DCHECK(resumed); in GetThreadStack()
85 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in DdmVmInternal_getStackTraceById() local86 DCHECK(resumed); in DdmVmInternal_getStackTraceById()
166 bool resumed = thread_list->Resume(thread, SuspendReason::kInternal); in Thread_setNativeName() local167 DCHECK(resumed); in Thread_setNativeName()
434 bool resumed = thread_list->Resume(thread, art::SuspendReason::kInternal); in JVM_SetNativeThreadName() local435 DCHECK(resumed); in JVM_SetNativeThreadName()
1380 bool resumed = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local1381 DCHECK(resumed); in VisitRootsForSuspendedThreads()
1077 bool resumed = thread_list->Resume(owner, SuspendReason::kInternal); in InflateThinLocked() local1078 DCHECK(resumed); in InflateThinLocked()