Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dthreadpool.h39 struct threadpool_task *workqueue;
45 struct threadpool_task { struct
48 struct threadpool_task *next; argument
55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool, argument
59 struct threadpool_task **task);
Dthreadpool.c49 struct threadpool_task *task; in threadpool_worker()
141 struct threadpool_task *
145 struct threadpool_task *task, *previous; in _mesa_threadpool_queue_task()
185 struct threadpool_task **task_handle) in _mesa_threadpool_wait_for_task()
187 struct threadpool_task *task = *task_handle; in _mesa_threadpool_wait_for_task()
Dswapchain9.h75 struct threadpool_task *tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
Dswapchain9.c953 struct threadpool_task *task_temp; in NineSwapChain9_Present()