Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Du_queue.c287 cnd_wait(&queue->has_queued_cond, &queue->lock); in util_queue_thread_func()
445 cnd_init(&queue->has_queued_cond); in util_queue_init()
479 cnd_destroy(&queue->has_queued_cond); in util_queue_init()
509 cnd_broadcast(&queue->has_queued_cond); in util_queue_kill_threads()
537 cnd_destroy(&queue->has_queued_cond); in util_queue_destroy()
624 cnd_signal(&queue->has_queued_cond); in util_queue_add_job()
H A Du_queue.h210 cnd_t has_queued_cond; member

Completed in 2 milliseconds