Searched refs:AllThreads (Results 1 – 5 of 5) sorted by relevance
16 constexpr lldb::tid_t StringExtractorGDBRemote::AllThreads; member in StringExtractorGDBRemote664 return {{pid, AllThreads}}; in GetPidTid()671 tid = AllThreads; in GetPidTid()
128 unsigned AllThreads;187 G.AllThreads = El.GroupInfo[J].MaximumProcessorCount;319 [](const ProcessorGroup &G) { return G.AllThreads; });323 return G.ID < Affinity.Group ? G.AllThreads : 0;
209 static constexpr lldb::tid_t AllThreads = UINT64_MAX; variable
1765 lldb::tid_t tid = StringExtractorGDBRemote::AllThreads; in Handle_vCont()1781 tid != StringExtractorGDBRemote::AllThreads) { in Handle_vCont()1796 if (tid == StringExtractorGDBRemote::AllThreads) in Handle_vCont()
2942 id.second != StringExtractorGDBRemote::AllThreads) in GetCurrentThreadIDs()