Searched refs:workqueue (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dthreadpool.c52 while (!pool->workqueue && !pool->shutdown)
62 task = pool->workqueue;
63 pool->workqueue = task->next;
165 if (!pool->workqueue) {
166 pool->workqueue = task;
168 previous = pool->workqueue;
H A Dthreadpool.h39 struct threadpool_task *workqueue; member in struct:threadpool
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dthreadpool.c52 while (!pool->workqueue && !pool->shutdown)
62 task = pool->workqueue;
63 pool->workqueue = task->next;
165 if (!pool->workqueue) {
166 pool->workqueue = task;
168 previous = pool->workqueue;
H A Dthreadpool.h39 struct threadpool_task *workqueue; member in struct:threadpool
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.h50 struct list_head workqueue; member in struct:lp_cs_tpool
H A Dlp_cs_tpool.c48 while (list_is_empty(&pool->workqueue) && !pool->shutdown)
54 task = list_first_entry(&pool->workqueue, struct lp_cs_tpool_task,
97 list_inithead(&pool->workqueue);
157 list_addtail(&task->list, &pool->workqueue);

Completed in 7 milliseconds