Searched refs:wthread (Results 1 – 2 of 2) sorted by relevance
156 TargetThreadWindows &wthread = static_cast<TargetThreadWindows &>(m_thread); in CacheAllRegisterValues() local160 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() local186 wthread.GetHostThread().GetNativeThread().GetSystemHandle(), &m_context); in ApplyAllRegisterValues()
26 auto wthread = static_cast<NativeThreadWindows *>(&m_thread); in GetThreadHandle() local27 return wthread->GetHostThread().GetNativeThread().GetSystemHandle(); in GetThreadHandle()