Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadList.cpp261 collection threads_copy; in ShouldStop() local
267 threads_copy = m_threads; in ShouldStop()
270 collection::iterator pos, end = threads_copy.end(); in ShouldStop()
286 for (pos = threads_copy.begin(); pos != end; ++pos) in ShouldStop()
292 for (pos = threads_copy.begin(); pos != end; ++pos) in ShouldStop()
319 for (pos = threads_copy.begin(); pos != end; ++pos) in ShouldStop()