Home
last modified time | relevance | path

Searched refs:g_io_create_watch (Results 1 – 19 of 19) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-misc.c85 GSource *watch = g_io_create_watch (chan, condition); in soup_add_io_watch()
/third_party/glib/gobject/tests/
Dclosure.c92 source = g_io_create_watch (chan, G_IO_IN); in test_closure_iochannel()
/third_party/glib/glib/tests/
Dspawn-singlethread.c151 source = g_io_create_watch (channel, G_IO_IN | G_IO_HUP | G_IO_ERR); in test_spawn_async()
278 source = g_io_create_watch (channel, G_IO_IN | G_IO_HUP | G_IO_ERR); in test_spawn_async_with_fds()
Dspawn-multithreaded.c188 source = g_io_create_watch (channel, G_IO_IN | G_IO_HUP); in test_spawn_async_multithreaded_instance()
Dmainloop.c673 child = g_io_create_watch (io, G_IO_IN); in add_source_callback()
1732 source1 = g_io_create_watch (io, G_IO_IN); in test_nfds()
1751 source2 = g_io_create_watch (io, G_IO_OUT); in test_nfds()
1784 source3 = g_io_create_watch (io, G_IO_OUT); in test_nfds()
/third_party/glib/tests/gobject/
Dtimeloop-closure.c154 source = g_io_create_watch (out_channels[0], G_IO_IN | G_IO_HUP); in create_child()
/third_party/glib/glib/
Dgiochannel.h197 GSource * g_io_create_watch (GIOChannel *channel,
Dgiochannel.c613 g_io_create_watch (GIOChannel *channel, in g_io_create_watch() function
652 source = g_io_create_watch (channel, condition); in g_io_add_watch_full()
Dgtestutils.c3386 source = g_io_create_watch (data.stdout_io, G_IO_IN | G_IO_ERR | G_IO_HUP); in wait_for_child()
3397 source = g_io_create_watch (data.stderr_io, G_IO_IN | G_IO_ERR | G_IO_HUP); in wait_for_child()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstwin32devicewatcher.cpp240 msg_source = g_io_create_watch (msg_io_channel, G_IO_IN); in gst_win32_device_watcher_thread_func()
/third_party/glib/tests/
Dmainloop-test.c160 adder_source = g_io_create_watch (channels[0], G_IO_IN | G_IO_HUP); in adder_thread()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c166 window_win32->msg_source = g_io_create_watch (priv->msg_io_channel, G_IO_IN); in gst_vulkan_window_win32_open()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c136 g_io_create_watch (window_win32->priv->msg_io_channel, G_IO_IN); in gst_gl_window_win32_open()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-ptp-helper.c576 g_io_create_watch (stdin_channel, G_IO_IN | G_IO_PRI | G_IO_HUP); in setup_stdio_channels()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp355 self->msg_source = g_io_create_watch (self->msg_io_channel, G_IO_IN); in gst_d3d11_window_win32_thread_func()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioobject.cpp763 hwnd_msg_source = g_io_create_watch (msg_io_channel, G_IO_IN); in gst_asio_object_thread_func()
/third_party/glib/gio/
Dgunixmounts.c1981 proc_mounts_watch_source = g_io_create_watch (proc_mounts_channel, G_IO_ERR); in mount_monitor_start()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1264 g_io_create_watch
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c2153 g_io_create_watch (stdin_channel, G_IO_IN | G_IO_PRI | G_IO_HUP); in gst_ptp_init()