Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStringExtractorGDBRemoteTest.cpp113 ::testing::Pair(100, StringExtractorGDBRemote::AllThreads)); in TEST()
127 StringExtractorGDBRemote::AllThreads)); in TEST()
131 ::testing::Pair(0x1234ULL, StringExtractorGDBRemote::AllThreads)); in TEST()
136 StringExtractorGDBRemote::AllThreads)); in TEST()
141 StringExtractorGDBRemote::AllThreads)); in TEST()
148 StringExtractorGDBRemote::AllThreads)); in TEST()
152 ::testing::Pair(0x1234ULL, StringExtractorGDBRemote::AllThreads)); in TEST()
161 StringExtractorGDBRemote::AllThreads)); in TEST()
181 ::testing::Pair(0x12ULL, StringExtractorGDBRemote::AllThreads)); in TEST()
184 ::testing::Pair(0x1234ULL, StringExtractorGDBRemote::AllThreads)); in TEST()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp15 constexpr lldb::tid_t StringExtractorGDBRemote::AllThreads; member in StringExtractorGDBRemote
663 return {{pid, AllThreads}}; in GetPidTid()
670 tid = AllThreads; in GetPidTid()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreadPool.cpp350 std::condition_variable AllThreads; in RunOnAllSockets() local
360 AllThreads.notify_one(); in RunOnAllSockets()
371 AllThreads.wait(Guard, in RunOnAllSockets()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc135 unsigned AllThreads;
178 G.AllThreads = El.GroupInfo[J].MaximumProcessorCount;
300 [](const ProcessorGroup &G) { return G.AllThreads; });
304 return G.ID < Affinity.Group ? G.AllThreads : 0;
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h208 static constexpr lldb::tid_t AllThreads = UINT64_MAX; variable
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1766 lldb::tid_t tid = StringExtractorGDBRemote::AllThreads; in Handle_vCont()
1782 tid != StringExtractorGDBRemote::AllThreads) { in Handle_vCont()
1798 if (tid == StringExtractorGDBRemote::AllThreads) in Handle_vCont()
H A DGDBRemoteCommunicationClient.cpp2910 id.second != StringExtractorGDBRemote::AllThreads) in GetCurrentThreadIDs()