Searched refs:g_child_watch_add (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/tests/ |
D | child-test.c | 180 g_child_watch_add (pid, (GChildWatchFunc) child_watch_callback, in main() 183 g_child_watch_add (pid, (GChildWatchFunc) child_watch_callback, in main()
|
/third_party/glib/glib/tests/ |
D | protocol.c | 185 child_source = g_child_watch_add (pid, test_message_cb2, loop); in test_message() 303 child_source = g_child_watch_add (pid, test_message_cb2, loop); in test_error()
|
D | spawn-path-search-helper.c | 145 g_child_watch_add (pid, child_watch_cb, NULL); in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | install-plugins.c | 685 g_child_watch_add (pid, gst_install_plugins_installer_exited, helper); in gst_install_plugins_async()
|
/third_party/libsoup/tests/ |
D | server-auth-test.c | 82 g_child_watch_add (pid, curl_exited, &done); in do_test()
|
/third_party/glib/glib/ |
D | gmain.h | 759 guint g_child_watch_add (GPid pid,
|
D | gmain.c | 5809 g_child_watch_add (GPid pid, in g_child_watch_add() function
|
/third_party/glib/gio/tests/ |
D | gapplication.c | 119 g_child_watch_add (pid, child_quit, data);
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 2258 g_child_watch_add (child_pid, child_exit_cb, NULL); in main()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 860 g_child_watch_add
|
/third_party/glib/gio/ |
D | gdesktopappinfo.c | 3767 g_child_watch_add (pid, update_program_done, NULL); in run_update_command()
|
/third_party/glib/ |
D | NEWS | 2865 723743 g_child_watch_add() doesn't check for non-pids
|