Lines Matching refs:list_
119 return find(list_.begin(), list_.end(), thread) != list_.end(); in Contains()
123 for (const auto& thread : list_) { in Contains()
138 for (const auto& thread : list_) { in DumpNativeStacks()
260 os << "DALVIK THREADS (" << list_.size() << "):\n"; in Dump()
281 for (const auto& thread : list_) { in AssertThreadsAreSuspended()
335 count = list_.size(); in RunCheckpoint()
336 for (const auto& thread : list_) { in RunCheckpoint()
418 for (Thread* thread : list_) { in RunEmptyCheckpoint()
555 for (const auto& thread : list_) { in FlipThreadRoots()
709 pending_threads.store(list_.size() - num_ignored, std::memory_order_relaxed); in SuspendAllInternal()
711 for (const auto& thread : list_) { in SuspendAllInternal()
752 for (const auto& thread : list_) { in SuspendAllInternal()
806 for (const auto& thread : list_) { in ResumeAll()
1031 for (const auto& it : list_) { in SuspendThreadByThreadId()
1110 for (const auto& thread : list_) { in FindThreadByThreadId()
1243 for (const auto& thread : list_) { in ResumeAllForDebugger()
1278 for (const auto& thread : list_) { in UndoDebuggerSuspensions()
1315 for (const auto& thread : list_) { in WaitForOtherNonDaemonThreadsToExit()
1338 for (const auto& thread : list_) { in SuspendAllDaemonThreadsForShutdown()
1368 for (const auto& thread : list_) { in SuspendAllDaemonThreadsForShutdown()
1412 list_.push_back(self); in Register()
1465 list_.remove(self); in Unregister()
1497 for (const auto& thread : list_) { in ForEach()
1510 for (Thread* thread : list_) { in VisitRootsForSuspendedThreads()
1540 for (const auto& thread : list_) { in VisitRoots()