Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DRegisterContextWindows.cpp156 TargetThreadWindows &wthread = static_cast<TargetThreadWindows &>(m_thread); in CacheAllRegisterValues() local
160 wthread.GetHostThread().GetNativeThread().GetSystemHandle()) == in CacheAllRegisterValues()
165 wthread.GetHostThread().GetNativeThread().GetSystemHandle(), in CacheAllRegisterValues()
174 wthread.GetHostThread().GetNativeThread().GetSystemHandle()) == in CacheAllRegisterValues()
184 TargetThreadWindows &wthread = static_cast<TargetThreadWindows &>(m_thread); in ApplyAllRegisterValues() local
186 wthread.GetHostThread().GetNativeThread().GetSystemHandle(), &m_context); in ApplyAllRegisterValues()
H A DNativeRegisterContextWindows.cpp26 auto wthread = static_cast<NativeThreadWindows *>(&m_thread); in GetThreadHandle() local
27 return wthread->GetHostThread().GetNativeThread().GetSystemHandle(); in GetThreadHandle()