Searched refs:threadpool (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dthreadpool.h33 struct threadpool { struct
53 struct threadpool *_mesa_threadpool_create(struct NineSwapChain9 *swapchain);
54 void _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool);
55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool,
58 void _mesa_threadpool_wait_for_task(struct threadpool *pool,
H A Dthreadpool.c38 #include "threadpool.h"
44 struct threadpool *pool = data;
87 struct threadpool *
90 struct threadpool *pool = calloc(1, sizeof(*pool));
109 _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool)
142 _mesa_threadpool_queue_task(struct threadpool *pool,
184 _mesa_threadpool_wait_for_task(struct threadpool *pool,
H A DMakefile.sources71 threadpool.c \
72 threadpool.h \
H A Dswapchain9.h31 #include "threadpool.h"
74 struct threadpool *pool;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dthreadpool.h33 struct threadpool { struct
53 struct threadpool *_mesa_threadpool_create(struct NineSwapChain9 *swapchain);
54 void _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool);
55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool,
58 void _mesa_threadpool_wait_for_task(struct threadpool *pool,
H A Dthreadpool.c38 #include "threadpool.h"
44 struct threadpool *pool = data;
87 struct threadpool *
90 struct threadpool *pool = calloc(1, sizeof(*pool));
109 _mesa_threadpool_destroy(struct NineSwapChain9 *swapchain, struct threadpool *pool)
142 _mesa_threadpool_queue_task(struct threadpool *pool,
184 _mesa_threadpool_wait_for_task(struct threadpool *pool,
H A Dswapchain9.h31 #include "threadpool.h"
74 struct threadpool *pool;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst886 - llvmpipe: add compute threadpool + mutex
H A D21.3.0.rst1201 - llvmpipe/cs: change submission pattern for threadpool

Completed in 15 milliseconds