Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dthreadmessage.c30 pthread_cond_t cond_send; member
61 if ((ret = pthread_cond_init(&rmq->cond_send, NULL))) { in av_thread_message_queue_alloc()
68 pthread_cond_destroy(&rmq->cond_send); in av_thread_message_queue_alloc()
97 pthread_cond_destroy(&(*mq)->cond_send); in av_thread_message_queue_free()
127 pthread_cond_wait(&mq->cond_send, &mq->lock); in av_thread_message_queue_send_locked()
150 pthread_cond_signal(&mq->cond_send); in av_thread_message_queue_recv_locked()
194 pthread_cond_broadcast(&mq->cond_send); in av_thread_message_queue_set_err_send()
232 pthread_cond_broadcast(&mq->cond_send); in av_thread_message_flush()