Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h172 typedef std::vector<lldb::tid_t> tid_collection; typedef
173 tid_collection &GetStepTids() { return m_step_tids; } in GetStepTids()
213 tid_collection m_suspend_tids;
214 tid_collection m_run_tids;
215 tid_collection m_step_tids;
DProcessFreeBSD.cpp135 for (tid_collection::const_iterator t_pos = m_run_tids.begin(), in DoResume()
140 for (tid_collection::const_iterator t_pos = m_step_tids.begin(), in DoResume()
151 for (tid_collection::const_iterator t_pos = m_suspend_tids.begin(), in DoResume()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h262 typedef std::vector<lldb::tid_t> tid_collection; typedef
266 tid_collection m_thread_ids; // Thread IDs for all threads. This list gets
275 tid_collection m_continue_c_tids; // 'c' for continue
277 tid_collection m_continue_s_tids; // 's' for step
DProcessGDBRemote.cpp1282 for (tid_collection::const_iterator in DoResume()
1305 for (tid_collection::const_iterator in DoResume()