Home
last modified time | relevance | path

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

/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/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4141 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS