Searched refs:ThreadWP (Results 1 – 8 of 8) sorted by relevance
312 mutable lldb::ThreadWP m_thread_wp; ///< A weak reference to a thread370 ExecutionContext(const lldb::ThreadWP &thread_wp);
163 lldb::ThreadWP m_thread_wp; // The thread corresponding to the stop reason.
560 lldb::ThreadWP m_thread_wp;
90 lldb::ThreadWP m_thread_wp;
61 lldb::ThreadWP m_thread_wp;
226 std::vector<lldb::ThreadWP>
67 ExecutionContext::ExecutionContext(const lldb::ThreadWP &thread_wp) in ExecutionContext()
462 typedef std::weak_ptr<lldb_private::Thread> ThreadWP; typedef