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);
174 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
506 lldb::ThreadWP m_thread_wp;
89 lldb::ThreadWP m_thread_wp;
58 lldb::ThreadWP m_thread_wp;
176 lldb::ThreadWP m_kernel_thread_wp;
205 std::vector<lldb::ThreadWP>
64 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
422 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef