Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
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()
DNativeRegisterContextWindows.cpp26 auto wthread = static_cast<NativeThreadWindows *>(&m_thread); in GetThreadHandle() local
27 return wthread->GetHostThread().GetNativeThread().GetSystemHandle(); in GetThreadHandle()
/external/mesa3d/src/gallium/frontends/nine/
Dthreadpool.c100 pool->wthread = NineSwapChain9_CreateThread(swapchain, wthreadpool_worker, pool); in _mesa_threadpool_create()
101 if (!pool->wthread) { in _mesa_threadpool_create()
119 if (pool->wthread) { in _mesa_threadpool_destroy()
120 NineSwapChain9_WaitForThread(swapchain, pool->wthread); in _mesa_threadpool_destroy()
Dthreadpool.h37 HANDLE wthread; member