Home
last modified time | relevance | path

Searched refs:GetCurrentThreadID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h276 lldb::tid_t GetCurrentThreadID() const;
H A DGDBRemoteCommunicationServerLLGS.cpp1409 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()
4099 const lldb::tid_t current_tid = GetCurrentThreadID(); in GetThreadFromSuffix()
4141 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
4148 return m_current_process->GetCurrentThreadID(); in GetCurrentThreadID()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h219 lldb::tid_t GetCurrentThreadID() const { return m_current_thread_id; } in GetCurrentThreadID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp821 if (GetCurrentThreadID() == thread_id) in RemoveThread()