Searched defs:GetThread (Results 1 – 16 of 16) sorted by relevance
119 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function
137 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
108 lldb::ThreadSP GetThread() const { return m_thread_sp; } in GetThread() function
101 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
130 SBThread SBThreadPlan::GetThread() const { in GetThread() function in SBThreadPlan
693 SBThread SBFrame::GetThread() const { in GetThread() function in SBFrame
1023 lldb::SBThread SBValue::GetThread() { in GetThread() function in SBValue
56 Thread &ThreadPlanTracer::GetThread() { in GetThread() function in ThreadPlanTracer
42 Thread &ThreadPlan::GetThread() { in GetThread() function in ThreadPlan
116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
109 ThreadSP DecodedThread::GetThread() { return m_thread_sp; } in GetThread() function in DecodedThread
2238 ThreadSP GetThread(Args &args, CommandReturnObject &result) { in GetThread() function in CommandObjectTraceDumpInstructions
5081 ThreadSP GetThread(const TreeItem &item) { in GetThread() function in ThreadTreeDelegate