Searched refs:ThreadWP (Results 1 – 8 of 8) sorted by relevance
265 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread312 ExecutionContext(const lldb::ThreadWP &thread_wp);
180 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
522 lldb::ThreadWP m_thread_wp;
89 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()
446 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef