Home
last modified time | relevance | path

Searched refs:GetCurrentThreadIDs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h346 size_t GetCurrentThreadIDs(std::vector<lldb::tid_t> &thread_ids,
H A DGDBRemoteCommunicationClient.cpp2902 size_t GDBRemoteCommunicationClient::GetCurrentThreadIDs( in GetCurrentThreadIDs() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1483 m_gdb_comm.GetCurrentThreadIDs(m_thread_ids, sequence_mutex_unavailable); in UpdateThreadIDList()