Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dasync.c74 pthread_cond_t cond_wakeup_main; member
199 pthread_cond_signal(&c->cond_wakeup_main); in async_buffer_task()
217 pthread_cond_signal(&c->cond_wakeup_main); in async_buffer_task()
224 pthread_cond_signal(&c->cond_wakeup_main); in async_buffer_task()
241 pthread_cond_signal(&c->cond_wakeup_main); in async_buffer_task()
278 ret = pthread_cond_init(&c->cond_wakeup_main, NULL); in async_open()
304 pthread_cond_destroy(&c->cond_wakeup_main); in async_open()
330 pthread_cond_destroy(&c->cond_wakeup_main); in async_close()
376 pthread_cond_wait(&c->cond_wakeup_main, &c->mutex); in async_read_internal()
465 pthread_cond_wait(&c->cond_wakeup_main, in async_seek()
[all...]

Completed in 1 milliseconds