Searched refs:writer_thread (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/preadv2/ |
D | preadv203.c | 150 static void *writer_thread(void *unused) in writer_thread() function 211 SAFE_PTHREAD_CREATE(&writer, NULL, writer_thread, NULL); in verify_preadv2()
|
/third_party/ffmpeg/libavformat/ |
D | fifo.c | 44 pthread_t writer_thread; member 522 ret = pthread_create(&fifo->writer_thread, NULL, fifo_consumer_thread, avf); in fifo_write_header() 580 ret = pthread_join(fifo->writer_thread, NULL); in fifo_write_trailer()
|
/third_party/glib/gio/tests/ |
D | win32-streams.c | 40 writer_thread (gpointer user_data) in writer_thread() function 239 writer = g_thread_new ("writer", writer_thread, NULL); in test_pipe_io()
|
D | unix-streams.c | 42 writer_thread (gpointer user_data) in writer_thread() function 290 writer = g_thread_new ("writer", writer_thread, NULL); in test_pipe_io()
|