Searched refs:wthread (Results 1 – 4 of 4) 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()
100 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()
37 HANDLE wthread; member