Searched refs:tpl_error_mutex_ (Results 1 – 2 of 2) sorted by relevance
2174 pthread_mutex_t *tpl_error_mutex_ = tpl_row_mt->mutex_; in tpl_worker_hook() local2183 pthread_mutex_lock(tpl_error_mutex_); in tpl_worker_hook()2185 pthread_mutex_unlock(tpl_error_mutex_); in tpl_worker_hook()
1722 pthread_mutex_t *const tpl_error_mutex_ = mt_info->tpl_row_mt.mutex_; in av1_remove_compressor() local1736 if (tpl_error_mutex_ != NULL) { in av1_remove_compressor()1737 pthread_mutex_destroy(tpl_error_mutex_); in av1_remove_compressor()1738 aom_free(tpl_error_mutex_); in av1_remove_compressor()