Home
last modified time | relevance | path

Searched refs:suspended (Results 1 – 7 of 7) sorted by relevance

/art/test/1906-suspend-list-me-first/
Dexpected.txt1 Second thread suspended before first thread suspended self!
/art/test/1907-suspend-list-self-twice/
Dexpected.txt2 Thread was no longer suspended after one resume.
/art/test/203-multi-checkpoint/
Dinfo.txt4 queued and earlier ones suspended.
/art/test/2005-pause-all-redefine-multithreaded/
Dinfo.txt5 other threads are suspended, thus making them look initialized.
/art/test/911-get-stack-trace/
Dexpected-cts-version.txt77 ### Other thread (suspended) ###
224 ### Other select threads (suspended) ###
436 ### Other thread (suspended) ###
Dexpected.txt77 ### Other thread (suspended) ###
223 ### Other threads (suspended) ###
658 ### Other select threads (suspended) ###
870 ### Other thread (suspended) ###
/art/runtime/
Dthread_list.cc1375 bool suspended = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local
1376 DCHECK(suspended); in VisitRootsForSuspendedThreads()