Searched refs:row_mt_cond_ (Results 1 – 3 of 3) sorted by relevance
185 if (pbi->row_mt_cond_ != NULL) { in av1_decoder_remove()186 pthread_cond_destroy(pbi->row_mt_cond_); in av1_decoder_remove()187 aom_free(pbi->row_mt_cond_); in av1_decoder_remove()
246 pthread_cond_t *row_mt_cond_; member
3490 pthread_cond_broadcast(pbi->row_mt_cond_); in get_next_job_info()3513 pthread_cond_signal(pbi->row_mt_cond_); in signal_parse_sb_row_done()3579 pthread_cond_broadcast(pbi->row_mt_cond_); in row_mt_worker_hook()3628 pthread_cond_broadcast(pbi->row_mt_cond_); in row_mt_worker_hook()3645 pthread_cond_wait(pbi->row_mt_cond_, pbi->row_mt_mutex_); in row_mt_worker_hook()4065 if (pbi->row_mt_cond_ == NULL) { in row_mt_frame_init()4066 CHECK_MEM_ERROR(cm, pbi->row_mt_cond_, in row_mt_frame_init()4067 aom_malloc(sizeof(*(pbi->row_mt_cond_)))); in row_mt_frame_init()4068 if (pbi->row_mt_cond_) { in row_mt_frame_init()4069 pthread_cond_init(pbi->row_mt_cond_, NULL); in row_mt_frame_init()