Searched defs:GetThread (Results 1 – 14 of 14) sorted by relevance
119 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function
141 virtual Thread &GetThread() { return m_thread; } in GetThread() function
61 Thread &GetThread() { return m_thread; } in GetThread() function
125 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
34 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
109 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() function
110 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
136 SBThread SBThreadPlan::GetThread() const { in GetThread() function in SBThreadPlan
717 SBThread SBFrame::GetThread() const { in GetThread() function in SBFrame
1055 lldb::SBThread SBValue::GetThread() { in GetThread() function in SBValue
116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
55 Thread &ThreadPlanTracer::GetThread() { in GetThread() function in ThreadPlanTracer
41 Thread &ThreadPlan::GetThread() { in GetThread() function in ThreadPlan
3858 ThreadSP GetThread(const TreeItem &item) { in GetThread() function in ThreadTreeDelegate