Searched refs:ThreadWP (Results 1 – 9 of 9) sorted by relevance
265 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread311 ExecutionContext(const lldb::ThreadWP &thread_wp);
161 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
499 lldb::ThreadWP m_thread_wp;
89 lldb::ThreadWP m_thread_wp;
58 lldb::ThreadWP m_thread_wp;
178 lldb::ThreadWP m_kernel_thread_wp;
211 std::vector<lldb::ThreadWP>
66 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
433 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef