Home
last modified time | relevance | path

Searched refs:new_work (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.c48 cnd_wait(&pool->new_work, &pool->m); in lp_cs_tpool_worker()
81 cnd_init(&pool->new_work); in lp_cs_tpool_create()
99 cnd_broadcast(&pool->new_work); in lp_cs_tpool_destroy()
106 cnd_destroy(&pool->new_work); in lp_cs_tpool_destroy()
140 cnd_broadcast(&pool->new_work); in lp_cs_tpool_queue_task()
Dlp_cs_tpool.h46 cnd_t new_work; member
/external/mesa3d/src/gallium/frontends/nine/
Dthreadpool.c53 pthread_cond_wait(&pool->new_work, &pool->m); in threadpool_worker()
96 pthread_cond_init(&pool->new_work, NULL); in _mesa_threadpool_create()
116 pthread_cond_broadcast(&pool->new_work); in _mesa_threadpool_destroy()
125 pthread_cond_destroy(&pool->new_work); in _mesa_threadpool_destroy()
174 pthread_cond_signal(&pool->new_work); in _mesa_threadpool_queue_task()
Dthreadpool.h35 pthread_cond_t new_work; member
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c753 cnd_wait(&queue->new_work, &queue->m); in queue_thread()
798 cnd_broadcast(&queue->new_work); in lvp_queue_finish()
803 cnd_destroy(&queue->new_work); in lvp_queue_finish()
1046 cnd_signal(&queue->new_work); in lvp_QueueSubmit()
Dlvp_private.h254 cnd_t new_work; member