Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h174 lldb::tid_t GetCurrentThreadID() { return m_current_thread_id; } in GetCurrentThreadID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3188 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { function in GDBRemoteCommunicationServerLLGS