Searched refs:AllThreads (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp16 constexpr lldb::tid_t StringExtractorGDBRemote::AllThreads; member in class:StringExtractorGDBRemote
664 return {{pid, AllThreads}};
671 tid = AllThreads;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h209 static constexpr lldb::tid_t AllThreads = UINT64_MAX; member in class:StringExtractorGDBRemote
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc128 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;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1765 lldb::tid_t tid = StringExtractorGDBRemote::AllThreads;
1781 tid != StringExtractorGDBRemote::AllThreads) {
1796 if (tid == StringExtractorGDBRemote::AllThreads)
H A DGDBRemoteCommunicationClient.cpp2913 id.second != StringExtractorGDBRemote::AllThreads)

Completed in 137 milliseconds