Searched refs:threadpool_task (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dthreadpool.h39 struct threadpool_task *workqueue;
45 struct threadpool_task { struct
48 struct threadpool_task *next;
55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool,
59 struct threadpool_task **task);
H A Dthreadpool.c49 struct threadpool_task *task;
141 struct threadpool_task *
145 struct threadpool_task *task, *previous;
185 struct threadpool_task **task_handle)
187 struct threadpool_task *task = *task_handle;
H A Dswapchain9.h75 struct threadpool_task *tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
H A Dswapchain9.c927 struct threadpool_task *task_temp;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dthreadpool.h39 struct threadpool_task *workqueue;
45 struct threadpool_task { struct
48 struct threadpool_task *next;
55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool,
59 struct threadpool_task **task);
H A Dthreadpool.c49 struct threadpool_task *task;
141 struct threadpool_task *
145 struct threadpool_task *task, *previous;
185 struct threadpool_task **task_handle)
187 struct threadpool_task *task = *task_handle;
H A Dswapchain9.h75 struct threadpool_task *tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1];
H A Dswapchain9.c950 struct threadpool_task *task_temp;

Completed in 13 milliseconds