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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dudp.c78 pthread_t circular_buffer_thread; member in struct:__anon3646
756 ret = pthread_create(&s->circular_buffer_thread, NULL, circular_buffer_task, h);
873 pthread_cancel(s->circular_buffer_thread);
874 ret = pthread_join(s->circular_buffer_thread, NULL);

Completed in 146 milliseconds