Searched refs:threadpool_worker (Results 1 – 1 of 1) sorted by relevance
41 threadpool_worker(void *data) in threadpool_worker() function90 pool->wthread = NineSwapChain9_CreateThread(swapchain, threadpool_worker, pool); in _mesa_threadpool_create()93 pthread_create(&pool->pthread, NULL, threadpool_worker, pool); in _mesa_threadpool_create()