Home | History | Annotate | Download | only in common

Lines Matching defs:mutex

102 // Deallocate lf synchronization related mutex and data
159 pthread_mutex_t *const mutex = &lf_sync->mutex_[plane][r - 1];
160 pthread_mutex_lock(mutex);
163 pthread_cond_wait(&lf_sync->cond_[plane][r - 1], mutex);
165 pthread_mutex_unlock(mutex);
530 pthread_mutex_t *const mutex = &loop_res_sync->mutex_[plane][r - 1];
531 pthread_mutex_lock(mutex);
534 pthread_cond_wait(&loop_res_sync->cond_[plane][r - 1], mutex);
536 pthread_mutex_unlock(mutex);
644 // Deallocate loop restoration synchronization related mutex and data