Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp239 collection threads_copy; in ShouldStop() local
256 threads_copy.push_back(thread_sp); in ShouldStop()
263 if (threads_copy.size() == 0) in ShouldStop()
264 threads_copy = m_threads; in ShouldStop()
267 collection::iterator pos, end = threads_copy.end(); in ShouldStop()
275 (uint64_t)threads_copy.size()); in ShouldStop()
298 for (pos = threads_copy.begin(); pos != end; ++pos) { in ShouldStop()
303 for (pos = threads_copy.begin(); pos != end; ++pos) { in ShouldStop()
348 for (pos = threads_copy.begin(); pos != end; ++pos) { in ShouldStop()