Searched defs:GetThread (Results 1 – 13 of 13) sorted by relevance
124 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function
150 virtual Thread &GetThread() { return m_thread; } in GetThread() function
63 Thread &GetThread() { return m_thread; } in GetThread() function
381 Thread &GetThread() { return m_thread; } in GetThread() function383 const Thread &GetThread() const { return m_thread; } in GetThread() function
128 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
37 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
111 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() function
84 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
91 SBThread SBThreadPlan::GetThread() const { in GetThread() function in SBThreadPlan
849 SBThread SBFrame::GetThread() const { in GetThread() function in SBFrame
1170 lldb::SBThread SBValue::GetThread() { in GetThread() function in SBValue
116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
2480 ThreadSP GetThread(const TreeItem &item) { in GetThread() function in ThreadTreeDelegate