Searched refs:finished_task_mutex (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dframe_thread_encoder.c57 pthread_mutex_t finished_task_mutex; member in struct:__anon3141
104 pthread_mutex_lock(&c->finished_task_mutex);
108 pthread_mutex_unlock(&c->finished_task_mutex);
176 pthread_mutex_init(&c->finished_task_mutex, NULL);
233 pthread_mutex_destroy(&c->finished_task_mutex);
282 pthread_mutex_lock(&c->finished_task_mutex);
284 pthread_cond_wait(&c->finished_task_cond, &c->finished_task_mutex);
292 pthread_mutex_unlock(&c->finished_task_mutex);

Completed in 100 milliseconds