Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/preadv2/
H A Dpreadv203.c15 * writer_thread: rewrites random file in order to keep the underlying device
150 static void *writer_thread(void *unused) in writer_thread() function
210 SAFE_PTHREAD_CREATE(&writer, NULL, writer_thread, NULL); in verify_preadv2()
/third_party/ffmpeg/libavformat/
H A Dfifo.c47 pthread_t writer_thread; member
564 ret = pthread_create(&fifo->writer_thread, NULL, fifo_consumer_thread, avf); in fifo_write_header()
646 ret = pthread_join(fifo->writer_thread, NULL); in fifo_write_trailer()

Completed in 2 milliseconds