Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h341 GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids,
DGDBRemoteCommunicationClient.cpp2287 GDBRemoteCommunicationClient::GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids, in GetCurrentThreadIDs() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp1343 m_gdb_comm.GetCurrentThreadIDs (m_thread_ids, sequence_mutex_unavailable); in UpdateThreadIDList()