Home
last modified time | relevance | path

Searched refs:GetThreadDescription (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp180 static GetThreadDescriptionFunctionPtr GetThreadDescription = []() { in GetName() local
184 (void *)::GetProcAddress(hModule, "GetThreadDescription")) in GetName()
188 reinterpret_cast<void *>(GetThreadDescription)); in GetName()
189 if (!GetThreadDescription) in GetName()
192 if (SUCCEEDED(GetThreadDescription( in GetName()
194 LLDB_LOGF(log, "GetThreadDescription: %ls", pszThreadName); in GetName()
/llvm-project/lldb/unittests/Thread/
H A DThreadTest.cpp130 TEST_F(ThreadTest, GetThreadDescription) { in TEST_F() argument