Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp15 constexpr lldb::tid_t StringExtractorGDBRemote::AllThreads; member in StringExtractorGDBRemote
640 return {{pid, AllThreads}}; in GetPidTid()
647 tid = AllThreads; in GetPidTid()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc133 unsigned AllThreads;
176 G.AllThreads = El.GroupInfo[J].MaximumProcessorCount;
298 [](const ProcessorGroup &G) { return G.AllThreads; });
302 return G.ID < Affinity.Group ? G.AllThreads : 0;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h198 static constexpr lldb::tid_t AllThreads = UINT64_MAX; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1648 if (thread_action.tid == StringExtractorGDBRemote::AllThreads) in Handle_vCont()
3768 if (!allow_all && tid == StringExtractorGDBRemote::AllThreads) in ReadTid()
H A DGDBRemoteCommunicationClient.cpp2876 id.second != StringExtractorGDBRemote::AllThreads) in GetCurrentThreadIDs()