Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dasync.c75 pthread_cond_t cond_wakeup_background; member
225 pthread_cond_wait(&c->cond_wakeup_background, &c->mutex); in async_buffer_task()
285 ret = pthread_cond_init(&c->cond_wakeup_background, NULL); in async_open()
302 pthread_cond_destroy(&c->cond_wakeup_background); in async_open()
322 pthread_cond_signal(&c->cond_wakeup_background); in async_close()
329 pthread_cond_destroy(&c->cond_wakeup_background); in async_close()
375 pthread_cond_signal(&c->cond_wakeup_background); in async_read_internal()
379 pthread_cond_signal(&c->cond_wakeup_background); in async_read_internal()
464 pthread_cond_signal(&c->cond_wakeup_background); in async_seek()

Completed in 2 milliseconds