Home
last modified time | relevance | path

Searched refs:g_unix_fd_source_new (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/glib/
Dglib-unix.c339 g_unix_fd_source_new (gint fd, in g_unix_fd_source_new() function
387 source = g_unix_fd_source_new (fd, condition); in g_unix_fd_add_full()
Dglib-unix.h100 GSource *g_unix_fd_source_new (gint fd,
/third_party/glib/gio/fam/
Dgfamfilemonitor.c135 fam_source = g_unix_fd_source_new (FAMCONNECTION_GETFD (&fam_connection), G_IO_IN); in g_fam_file_monitor_is_supported()
/third_party/glib/gobject/tests/
Dclosure.c158 source = g_unix_fd_source_new (fd, G_IO_IN); in test_closure_fd()
/third_party/glib/glib/tests/
Dmainloop.c1316 source = g_unix_fd_source_new (fds[1], G_IO_OUT); in test_unix_fd_source()
1329 out_source = g_unix_fd_source_new (fds[1], G_IO_OUT); in test_unix_fd_source()
1350 in_source = g_unix_fd_source_new (fds[0], G_IO_IN); in test_unix_fd_source()
1533 source = g_unix_fd_source_new (fd, G_IO_IN); in test_unix_file_poll()
1573 source = g_unix_fd_source_new (fd1, G_IO_IN); in test_unix_fd_priority()
1581 source = g_unix_fd_source_new (fd2, G_IO_IN); in test_unix_fd_priority()
/third_party/glib/gio/
Dgunixinputstream.c473 inner_source = g_unix_fd_source_new (unix_stream->priv->fd, G_IO_IN); in g_unix_input_stream_pollable_create_source()
Dgunixoutputstream.c560 inner_source = g_unix_fd_source_new (unix_stream->priv->fd, G_IO_OUT); in g_unix_output_stream_pollable_create_source()
/third_party/glib/gio/kqueue/
Dgkqueuefilemonitor.c471 kq_source = g_unix_fd_source_new (kq_queue, G_IO_IN); in g_kqueue_file_monitor_is_supported()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2525 g_unix_fd_source_new