Searched refs:g_io_create_watch (Results 1 – 19 of 19) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-misc.c | 85 GSource *watch = g_io_create_watch (chan, condition); in soup_add_io_watch()
|
/third_party/glib/gobject/tests/ |
D | closure.c | 92 source = g_io_create_watch (chan, G_IO_IN); in test_closure_iochannel()
|
/third_party/glib/glib/tests/ |
D | spawn-singlethread.c | 151 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()
|
D | spawn-multithreaded.c | 188 source = g_io_create_watch (channel, G_IO_IN | G_IO_HUP); in test_spawn_async_multithreaded_instance()
|
D | mainloop.c | 673 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/ |
D | timeloop-closure.c | 154 source = g_io_create_watch (out_channels[0], G_IO_IN | G_IO_HUP); in create_child()
|
/third_party/glib/glib/ |
D | giochannel.h | 197 GSource * g_io_create_watch (GIOChannel *channel,
|
D | giochannel.c | 613 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()
|
D | gtestutils.c | 3386 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/ |
D | gstwin32devicewatcher.cpp | 240 msg_source = g_io_create_watch (msg_io_channel, G_IO_IN); in gst_win32_device_watcher_thread_func()
|
/third_party/glib/tests/ |
D | mainloop-test.c | 160 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/ |
D | gstvkwindow_win32.c | 166 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/ |
D | gstglwindow_win32.c | 136 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/ |
D | gst-ptp-helper.c | 576 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/ |
D | gstd3d11window_win32.cpp | 355 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/ |
D | gstasioobject.cpp | 763 hwnd_msg_source = g_io_create_watch (msg_io_channel, G_IO_IN); in gst_asio_object_thread_func()
|
/third_party/glib/gio/ |
D | gunixmounts.c | 1981 proc_mounts_watch_source = g_io_create_watch (proc_mounts_channel, G_IO_ERR); in mount_monitor_start()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1264 g_io_create_watch
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstptpclock.c | 2153 g_io_create_watch (stdin_channel, G_IO_IN | G_IO_PRI | G_IO_HUP); in gst_ptp_init()
|