Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h172 void SetCurrentThreadID(lldb::tid_t tid) { m_current_thread_id = tid; } in SetCurrentThreadID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1585 void GDBRemoteCommunicationServerLLGS::SetCurrentThreadID(lldb::tid_t tid) { function in GDBRemoteCommunicationServerLLGS