Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dthreadmessage.c32 pthread_cond_t cond_send; member
63 if ((ret = pthread_cond_init(&rmq->cond_send, NULL))) { in av_thread_message_queue_alloc()
70 pthread_cond_destroy(&rmq->cond_send); in av_thread_message_queue_alloc()
99 pthread_cond_destroy(&(*mq)->cond_send); in av_thread_message_queue_free()
129 pthread_cond_wait(&mq->cond_send, &mq->lock); in av_thread_message_queue_send_locked()
152 pthread_cond_signal(&mq->cond_send); in av_thread_message_queue_recv_locked()
196 pthread_cond_broadcast(&mq->cond_send); in av_thread_message_queue_set_err_send()
234 pthread_cond_broadcast(&mq->cond_send); in av_thread_message_flush()

Completed in 1 milliseconds