Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dthreadpool.h27 struct threadpool_task { struct
28 threadpool_task_func work; argument
30 struct threadpool_task *next; argument
37 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool, argument