Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_queue.c290 cnd_wait(&queue->has_queued_cond, &queue->lock); in util_queue_thread_func()
455 cnd_init(&queue->has_queued_cond); in util_queue_init()
489 cnd_destroy(&queue->has_queued_cond); in util_queue_init()
517 cnd_broadcast(&queue->has_queued_cond); in util_queue_kill_threads()
551 cnd_destroy(&queue->has_queued_cond); in util_queue_destroy()
640 cnd_signal(&queue->has_queued_cond); in util_queue_add_job_locked()
Du_queue.h209 cnd_t has_queued_cond; member