Home
last modified time | relevance | path

Searched refs:task_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dthreadpool.c185 struct threadpool_task **task_handle) in _mesa_threadpool_wait_for_task() argument
187 struct threadpool_task *task = *task_handle; in _mesa_threadpool_wait_for_task()
199 *task_handle = NULL; in _mesa_threadpool_wait_for_task()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c170 struct lp_cs_tpool_task **task_handle) in lp_cs_tpool_wait_for_task() argument
172 struct lp_cs_tpool_task *task = *task_handle; in lp_cs_tpool_wait_for_task()
184 *task_handle = NULL; in lp_cs_tpool_wait_for_task()