Searched refs:ThreadWP (Results 1 – 9 of 9) sorted by relevance
265 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread312 ExecutionContext(const lldb::ThreadWP &thread_wp);
216 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
552 lldb::ThreadWP m_thread_wp;
1401 lldb::ThreadWP m_backed_thread;
93 lldb::ThreadWP m_thread_wp;
58 lldb::ThreadWP m_thread_wp;
203 std::vector<lldb::ThreadWP>
64 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
456 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef