Searched refs:thread_ids (Results 1 – 3 of 3) sorted by relevance
356 size_t GetCurrentThreadIDs(std::vector<lldb::tid_t> &thread_ids,
2948 std::vector<lldb::tid_t> &thread_ids, bool &sequence_mutex_unavailable) { in GetCurrentThreadIDs() argument2950 thread_ids.clear(); in GetCurrentThreadIDs()2962 thread_ids.push_back(id.second); in GetCurrentThreadIDs()2965 return thread_ids.size(); in GetCurrentThreadIDs()
1485 StringExtractorGDBRemote thread_ids{value}; in UpdateThreadIDsFromStopReplyThreadsValue() local1488 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue()1495 } while (thread_ids.GetChar() == ','); in UpdateThreadIDsFromStopReplyThreadsValue()