Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_queue.c255 cnd_wait(&queue->has_queued_cond, &queue->lock); in util_queue_thread_func()
317 cnd_init(&queue->has_queued_cond); in util_queue_init()
369 cnd_destroy(&queue->has_queued_cond); in util_queue_init()
386 cnd_broadcast(&queue->has_queued_cond); in util_queue_killall_and_wait()
401 cnd_destroy(&queue->has_queued_cond); in util_queue_destroy()
473 cnd_signal(&queue->has_queued_cond); in util_queue_add_job()
Du_queue.h205 cnd_t has_queued_cond; member