Searched refs:GetCurrentThreadID (Results 1 – 3 of 3) sorted by relevance
225 lldb::tid_t GetCurrentThreadID() const;
1348 lldb::tid_t tid = m_current_process->GetCurrentThreadID(); in Handle_qC()1714 lldb::tid_t tid = m_current_process->GetCurrentThreadID(); in SendStopReasonForState()2792 tid = GetCurrentThreadID(); in Handle_s()3642 const lldb::tid_t current_tid = GetCurrentThreadID(); in GetThreadFromSuffix()3684 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS3691 return m_current_process->GetCurrentThreadID(); in GetCurrentThreadID()
207 lldb::tid_t GetCurrentThreadID() { return m_current_thread_id; } in GetCurrentThreadID() function