Home
last modified time | relevance | path

Searched refs:read_thread (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/.gitlab-ci/bare-metal/
Dserial_buffer.py50 self.read_thread = threading.Thread(
53 self.read_thread = threading.Thread(
55 self.read_thread.start()
102 self.read_thread.join()
/third_party/glib/gio/tests/
Dunix-streams.c430 GThread *write_thread, *read_thread; in test_read_write() local
450 read_thread = g_thread_new ("reader", test_read_write_read_thread, &data); in test_read_write()
453 g_thread_join (read_thread); in test_read_write()
Dsocket.c1823 GThread *write_thread, *read_thread; in test_read_write() local
1884 read_thread = g_thread_new ("reader", test_read_write_read_thread, &data); in test_read_write()
1887 g_thread_join (read_thread); in test_read_write()
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc558 std::thread read_thread(ReadResponse, &call, method_name, callback, in CallMethod() local
604 read_thread.join(); in CallMethod()
/third_party/glib/glib/
Dgiowin32.c313 read_thread (void *parameter) in read_thread() function
1403 create_thread (win32_channel, condition, read_thread); in g_io_win32_fd_create_watch()
2196 create_thread (win32_channel, condition, read_thread); in g_io_channel_win32_make_pollfd()
/third_party/ffmpeg/fftools/
Dffplay.c2755 static int read_thread(void *arg) in read_thread() function
3126 is->read_tid = SDL_CreateThread(read_thread, "read_thread", is); in stream_open()