Searched refs:GetThreadByID (Results 1 – 5 of 5) sorted by relevance
196 GetThreadByID (lldb::tid_t tid);213 return GetThreadByID (m_current_thread_id); in GetCurrentThread()
119 GetThreadByID (lldb::tid_t sb_thread_id);
138 NativeProcessProtocol::GetThreadByID (lldb::tid_t tid) in GetThreadByID() function in NativeProcessProtocol
472 NativeThreadProtocolSP thread_sp (m_debugged_process_sp->GetThreadByID (tid)); in SendStopReplyPacketForThread()1760 NativeThreadProtocolSP thread_sp (m_debugged_process_sp->GetThreadByID (tid)); in Handle_H()2291 NativeThreadProtocolSP thread_sp = m_debugged_process_sp->GetThreadByID (tid); in Handle_s()2754 return m_debugged_process_sp->GetThreadByID (current_tid); in GetThreadFromSuffix()2780 return m_debugged_process_sp->GetThreadByID (tid); in GetThreadFromSuffix()
932 SBProcess::GetThreadByID (tid_t tid) in GetThreadByID() function in SBProcess