Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Utility/
H A DStringExtractorGDBRemoteTest.cpp113 ::testing::Pair(100, StringExtractorGDBRemote::AllThreads)); in TEST()
126 StringExtractorGDBRemote::AllThreads)); in TEST()
130 ::testing::Pair(0x1234ULL, StringExtractorGDBRemote::AllThreads)); in TEST()
135 StringExtractorGDBRemote::AllThreads)); in TEST()
140 StringExtractorGDBRemote::AllThreads)); in TEST()
147 StringExtractorGDBRemote::AllThreads)); in TEST()
151 ::testing::Pair(0x1234ULL, StringExtractorGDBRemote::AllThreads)); in TEST()
160 StringExtractorGDBRemote::AllThreads)); in TEST()
180 ::testing::Pair(0x12ULL, StringExtractorGDBRemote::AllThreads)); in TEST()
183 ::testing::Pair(0x1234ULL, StringExtractorGDBRemote::AllThreads)); in TEST()
/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp16 constexpr lldb::tid_t StringExtractorGDBRemote::AllThreads; member in StringExtractorGDBRemote
662 return {{pid, AllThreads}}; in GetPidTid()
669 tid = AllThreads; in GetPidTid()
/llvm-project/llvm/unittests/Support/
H A DThreadPool.cpp377 std::condition_variable AllThreads; in RunOnAllSockets() local
387 AllThreads.notify_one(); in RunOnAllSockets()
398 AllThreads.wait(Guard, in RunOnAllSockets()
/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc129 unsigned AllThreads;
188 G.AllThreads = El.GroupInfo[J].MaximumProcessorCount;
320 [](const ProcessorGroup &G) { return G.AllThreads; });
324 return G.ID < Affinity.Group ? G.AllThreads : 0;
/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h209 static constexpr lldb::tid_t AllThreads = UINT64_MAX; variable
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1768 lldb::tid_t tid = StringExtractorGDBRemote::AllThreads; in Handle_vCont()
1784 tid != StringExtractorGDBRemote::AllThreads) { in Handle_vCont()
1799 if (tid == StringExtractorGDBRemote::AllThreads) in Handle_vCont()
H A DGDBRemoteCommunicationClient.cpp2944 id.second != StringExtractorGDBRemote::AllThreads) in GetCurrentThreadIDs()