Searched refs:GetCurrentThreadID (Results 1 – 4 of 4) sorted by relevance
276 lldb::tid_t GetCurrentThreadID() const;
1409 lldb::tid_t tid = m_current_process->GetCurrentThreadID(); in Handle_qC() 1958 lldb::tid_t tid = process.GetCurrentThreadID(); in SendStopReasonForState() 3025 tid = GetCurrentThreadID(); in Handle_s() 4101 const lldb::tid_t current_tid = GetCurrentThreadID(); in GetThreadFromSuffix() 4143 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID() 4150 return m_current_process->GetCurrentThreadID(); in GetCurrentThreadID() 4141 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
219 lldb::tid_t GetCurrentThreadID() const { return m_current_thread_id; } in GetCurrentThreadID() function
850 if (GetCurrentThreadID() == thread_id) in Attach()