Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dprotocol.c154 G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_LEAVE_DESCRIPTORS_OPEN | in test_message()
281 G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_LEAVE_DESCRIPTORS_OPEN | in test_error()
Dspawn-path-search-helper.c86 GSpawnFlags spawn_flags = G_SPAWN_DO_NOT_REAP_CHILD; in main()
Dspawn-singlethread.c135 …g_spawn_async_with_pipes (NULL, (char**)argv->pdata, NULL, G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, … in test_spawn_async()
256 G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, &pid, in test_spawn_async_with_fds()
Dspawn-multithreaded.c172 …g_spawn_async_with_pipes (NULL, (char**)argv->pdata, NULL, G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, … in test_spawn_async_multithreaded_instance()
/third_party/glib/glib/
Dgspawn.h172 G_SPAWN_DO_NOT_REAP_CHILD = 1 << 1, enumerator
Dgspawn-win32.c950 g_return_val_if_fail (!(flags & G_SPAWN_DO_NOT_REAP_CHILD), FALSE); in g_spawn_sync()
1190 (flags & G_SPAWN_DO_NOT_REAP_CHILD), in g_spawn_async_with_pipes()
1231 (flags & G_SPAWN_DO_NOT_REAP_CHILD), in g_spawn_async_with_fds()
1291 (flags & G_SPAWN_DO_NOT_REAP_CHILD), in g_spawn_async_with_pipes_and_fds()
Dgspawn.c385 g_return_val_if_fail (!(flags & G_SPAWN_DO_NOT_REAP_CHILD), FALSE); in g_spawn_sync()
625 return fork_exec (!(flags & G_SPAWN_DO_NOT_REAP_CHILD), in g_spawn_async_with_pipes()
894 return fork_exec (!(flags & G_SPAWN_DO_NOT_REAP_CHILD), in g_spawn_async_with_pipes_and_fds()
964 return fork_exec (!(flags & G_SPAWN_DO_NOT_REAP_CHILD), in g_spawn_async_with_fds()
Dgtester.c380 G_SPAWN_DO_NOT_REAP_CHILD, /* G_SPAWN_SEARCH_PATH */ in launch_test_binary()
Dgtestutils.c3659 flags = G_SPAWN_DO_NOT_REAP_CHILD; in g_test_trap_subprocess()
/third_party/glib/gobject/tests/
Dclosure.c124 G_SPAWN_DO_NOT_REAP_CHILD, in test_closure_child()
/third_party/glib/tests/
Dspawn-test.c265 G_SPAWN_DO_NOT_REAP_CHILD, in run_tests()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dinstall-plugins.c569 ret = g_spawn_async (NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD, NULL, in gst_install_plugins_spawn_child()
/third_party/libsoup/tests/
Dserver-auth-test.c79 …_SEARCH_PATH | G_SPAWN_STDOUT_TO_DEV_NULL | G_SPAWN_STDERR_TO_DEV_NULL | G_SPAWN_DO_NOT_REAP_CHILD, in do_test()
/third_party/glib/gio/
Dgtestdbus.c623 G_SPAWN_DO_NOT_REAP_CHILD | in start_daemon()
Dgsubprocess.c392 spawn_flags |= G_SPAWN_DO_NOT_REAP_CHILD; in initable_init()
Dgdesktopappinfo.c3763 G_SPAWN_DO_NOT_REAP_CHILD, in run_update_command()
/third_party/glib/gio/tests/
Dgapplication.c110 G_SPAWN_DO_NOT_REAP_CHILD,
/third_party/gstreamer/gstreamer/gst/
Dgstpluginloader.c437 G_SPAWN_DO_NOT_REAP_CHILD /* | G_SPAWN_STDERR_TO_DEV_NULL */ , in gst_plugin_loader_try_helper()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1973 G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_SEARCH_PATH, in redirect_stdout()