Lines Matching refs:progress_cond
83 pthread_cond_t progress_cond; ///< Used by child threads to wait for progress to change. member
260 pthread_cond_broadcast(&p->progress_cond); in frame_worker_thread()
448 pthread_cond_wait(&prev_thread->progress_cond, &prev_thread->progress_mutex); in submit_packet()
492 pthread_cond_wait(&p->progress_cond, &p->progress_mutex); in submit_packet()
507 pthread_cond_signal(&p->progress_cond); in submit_packet()
625 pthread_cond_broadcast(&p->progress_cond); in ff_thread_report_progress()
646 pthread_cond_wait(&p->progress_cond, &p->progress_mutex); in ff_thread_await_progress()
683 pthread_cond_broadcast(&p->progress_cond); in ff_thread_finish_setup()
725 (OFF(input_cond), OFF(progress_cond), OFF(output_cond)));
1068 pthread_cond_broadcast(&p->progress_cond); in thread_get_buffer_internal()
1071 pthread_cond_wait(&p->progress_cond, &p->progress_mutex); in thread_get_buffer_internal()
1106 pthread_cond_broadcast(&p->progress_cond); in ff_thread_get_format()
1109 pthread_cond_wait(&p->progress_cond, &p->progress_mutex); in ff_thread_get_format()