Searched refs:ThreadWP (Results 1 – 8 of 8) sorted by relevance
346 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread402 ExecutionContext (const lldb::ThreadWP &thread_wp);
201 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
189 lldb::ThreadWP m_thread_wp;
105 lldb::ThreadWP m_thread_wp;
76 lldb::ThreadWP m_thread_wp;
254 lldb::ThreadWP m_kernel_thread_wp;
351 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef
99 ExecutionContext::ExecutionContext (const lldb::ThreadWP &thread_wp) : in ExecutionContext()