Searched refs:row_mt_cond_ (Results 1 – 3 of 3) sorted by relevance
205 if (pbi->row_mt_cond_ != NULL) { in av1_decoder_remove()206 pthread_cond_destroy(pbi->row_mt_cond_); in av1_decoder_remove()207 aom_free(pbi->row_mt_cond_); in av1_decoder_remove()
242 pthread_cond_t *row_mt_cond_; member
3109 pthread_cond_broadcast(pbi->row_mt_cond_); in get_next_job_info()3132 pthread_cond_signal(pbi->row_mt_cond_); in signal_parse_sb_row_done()3198 pthread_cond_broadcast(pbi->row_mt_cond_); in row_mt_worker_hook()3247 pthread_cond_broadcast(pbi->row_mt_cond_); in row_mt_worker_hook()3264 pthread_cond_wait(pbi->row_mt_cond_, pbi->row_mt_mutex_); in row_mt_worker_hook()3690 if (pbi->row_mt_cond_ == NULL) { in row_mt_frame_init()3691 CHECK_MEM_ERROR(cm, pbi->row_mt_cond_, in row_mt_frame_init()3692 aom_malloc(sizeof(*(pbi->row_mt_cond_)))); in row_mt_frame_init()3693 if (pbi->row_mt_cond_) { in row_mt_frame_init()3694 pthread_cond_init(pbi->row_mt_cond_, NULL); in row_mt_frame_init()