Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h94 lldb::tid_t GetCurrentThreadID();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h192 lldb::tid_t GetCurrentThreadID() const;
H A DGDBRemoteCommunicationServerLLGS.cpp1283 lldb::tid_t tid = m_debugged_process_up->GetCurrentThreadID();
1631 lldb::tid_t tid = m_debugged_process_up->GetCurrentThreadID();
2664 tid = GetCurrentThreadID();
3146 const lldb::tid_t current_tid = GetCurrentThreadID();
3188 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { function in GDBRemoteCommunicationServerLLGS
3195 return m_debugged_process_up->GetCurrentThreadID();
/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