pthread_cond_init  186 libavcodec/frame_thread_encoder.c     pthread_cond_init(&c->task_fifo_cond, NULL);
pthread_cond_init  187 libavcodec/frame_thread_encoder.c     pthread_cond_init(&c->finished_task_cond, NULL);
pthread_cond_init  342 libavcodec/libstagefright.cpp     pthread_cond_init(&s->condition, NULL);
pthread_cond_init  648 libavcodec/pthread_frame.c         pthread_cond_init(&p->input_cond, NULL);
pthread_cond_init  649 libavcodec/pthread_frame.c         pthread_cond_init(&p->progress_cond, NULL);
pthread_cond_init  650 libavcodec/pthread_frame.c         pthread_cond_init(&p->output_cond, NULL);
pthread_cond_init  227 libavcodec/pthread_slice.c     pthread_cond_init(&c->current_job_cond, NULL);
pthread_cond_init  228 libavcodec/pthread_slice.c     pthread_cond_init(&c->last_job_cond, NULL);
pthread_cond_init  296 libavcodec/pthread_slice.c             pthread_cond_init(&p->progress_cond[i], NULL);
pthread_cond_init  194 libavcodec/vp8.c         pthread_cond_init(&s->thread_data[i].cond, NULL);
pthread_cond_init   40 libavdevice/decklink_dec.cpp     pthread_cond_init(&q->cond, NULL);
pthread_cond_init  396 libavdevice/iec61883.c     pthread_cond_init(&dv->cond, NULL);
pthread_cond_init  181 libavfilter/pthread.c     pthread_cond_init(&c->current_job_cond, NULL);
pthread_cond_init  182 libavfilter/pthread.c     pthread_cond_init(&c->last_job_cond,    NULL);
pthread_cond_init  802 libavformat/udp.c         ret = pthread_cond_init(&s->cond, NULL);
pthread_cond_init   64 libavutil/threadmessage.c     if ((ret = pthread_cond_init(&rmq->cond, NULL))) {