Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgtester.c41 static GIOChannel *ioc_report = NULL; variable
413 ioc_report = g_io_channel_unix_new (report_pipe[0]); in launch_test_binary()
414 g_io_channel_set_flags (ioc_report, G_IO_FLAG_NONBLOCK, NULL); in launch_test_binary()
415 g_io_channel_set_encoding (ioc_report, NULL, NULL); in launch_test_binary()
416 g_io_channel_set_buffered (ioc_report, FALSE); in launch_test_binary()
417 …child_report_cb_id = g_io_add_watch_full (ioc_report, G_PRIORITY_DEFAULT - 1, G_IO_IN | G_IO_ERR |… in launch_test_binary()
418 g_io_channel_unref (ioc_report); in launch_test_binary()