Home
last modified time | relevance | path

Searched refs:autospawn (Results 1 - 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dclient-conf.c66 .autospawn = true,
115 c->autospawn = false; in load_env()
141 { "autospawn", pa_config_parse_bool, &c->autospawn, NULL }, in pa_client_conf_load()
H A Dclient-conf.h40 bool autospawn, disable_shm, disable_memfd, auto_connect_localhost, auto_connect_display; member
H A Dclient-conf-x11.c87 c->autospawn = false; in pa_client_conf_from_x11()
H A Dcontext.c711 pa_log_error("Process disabled waitpid(), cannot autospawn.");
716 pa_log_debug("Trying to autospawn...");
1003 c->conf->autospawn = false;
1060 if (!(flags & PA_CONTEXT_NOAUTOSPAWN) && c->conf->autospawn) {
1064 pa_log_debug("Not doing autospawn since we are root.");
/third_party/pulseaudio/src/tests/
H A Dlock-autospawn-test.c31 #include <pulsecore/lock-autospawn.h>
/third_party/pulseaudio/src/daemon/
H A Dmain.c76 #include <pulsecore/lock-autospawn.h>
837 * recover (i.e. autospawn) from a crash.
867 pa_log_notice(_("User-configured server at %s, refusing to start/autospawn."), configured_address);
895 * first take the autospawn lock to make things
903 pa_log("Failed to initialize autospawn lock");
908 pa_log("Failed to acquire autospawn lock");
H A Dohos_pa_main.c76 #include <pulsecore/lock-autospawn.h>
861 * recover (i.e. autospawn) from a crash. in real_main()
891 pa_log_notice(_("User-configured server at %s, refusing to start/autospawn."), configured_address); in real_main()
919 * first take the autospawn lock to make things in real_main()
927 pa_log("Failed to initialize autospawn lock"); in real_main()
932 pa_log("Failed to acquire autospawn lock"); in real_main()

Completed in 7 milliseconds