Home
last modified time | relevance | path

Searched defs:GetCurrentThreadID (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h218 lldb::tid_t GetCurrentThreadID() const { return m_current_thread_id; } in GetCurrentThreadID() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4119 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS