reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1569   for (auto it = m_threads.begin(); it != m_threads.end(); ++it) {
 1569   for (auto it = m_threads.begin(); it != m_threads.end(); ++it) {
 1570     if (*it && ((*it)->GetID() == thread_id)) {
 1570     if (*it && ((*it)->GetID() == thread_id)) {
 1571       m_threads.erase(it);