Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp16 constexpr lldb::tid_t StringExtractorGDBRemote::AllThreads; member in StringExtractorGDBRemote
664 return {{pid, AllThreads}}; in GetPidTid()
671 tid = AllThreads; in GetPidTid()
/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h209 static constexpr lldb::tid_t AllThreads = UINT64_MAX; variable
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1765 lldb::tid_t tid = StringExtractorGDBRemote::AllThreads; in Handle_vCont()
1781 tid != StringExtractorGDBRemote::AllThreads) { in Handle_vCont()
1796 if (tid == StringExtractorGDBRemote::AllThreads) in Handle_vCont()
H A DGDBRemoteCommunicationClient.cpp2916 id.second != StringExtractorGDBRemote::AllThreads) in GetCurrentThreadIDs()