Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dthreadpool.h45 struct threadpool_task { struct
46 threadpool_task_func work; argument
48 struct threadpool_task *next; argument
55 struct threadpool_task *_mesa_threadpool_queue_task(struct threadpool *pool, argument