Searched refs:wthread (Results 1 – 2 of 2) sorted by relevance
90 pool->wthread = NineSwapChain9_CreateThread(swapchain, threadpool_worker, pool); in _mesa_threadpool_create()91 if (!pool->wthread) { in _mesa_threadpool_create()109 if (pool->wthread) { in _mesa_threadpool_destroy()110 NineSwapChain9_WaitForThread(swapchain, pool->wthread); in _mesa_threadpool_destroy()
37 HANDLE wthread; member