Home | History | Annotate | Download | only in process

Lines Matching full:process

19 #include "base/process/process.h"
20 #include "base/process/process_handle.h"
64 // If true, wait for the process to complete.
74 // If true, the new process inherits handles from the parent. In production
77 // leak to the child process, causing errors such as open socket hangs.
94 // If non-null, launches the application in that job object. The process will
107 // If set to true, ensures that the child process is launched with the
113 // process environment. Empty (the default) means to inherit the same
117 // Clear the environment for the new process before processing changes from
122 // src fd->dest fd to propagate FDs into the child process.
132 // If true, start the process in a new process group, instead of
133 // inheriting the parent's process group. The pgid of the child process
138 // If non-zero, start the process using clone(), using flags as provided.
145 // true, then this bit will not be set in the new child process.
148 // Sets parent process death signal to SIGKILL.
153 // If not empty, change to this directory before execing the new process.
157 // program in the child process.
167 // process' controlling terminal.
173 // Launch a process via the command line |cmdline|.
176 // Returns a valid Process upon success.
179 // - All file descriptors open in the parent process will be closed in the
180 // child process except for any preserved by options::fds_to_remap, and
186 BASE_EXPORT Process LaunchProcess(const CommandLine& cmdline,
195 // The first command line argument should be the path to the process,
200 BASE_EXPORT Process LaunchProcess(const string16& cmdline,
203 // Launches a process with elevated privileges. This does not behave exactly
205 // create the process. This means the process will have elevated privileges
208 BASE_EXPORT Process LaunchElevatedProcess(const CommandLine& cmdline,
216 BASE_EXPORT Process LaunchProcess(const std::vector<std::string>& argv,
220 // given multimap. Only call this function in a child process where you know
230 // Output multi-process printf, cout, cerr, etc to the cmd.exe console that ran
274 // the current process's scheduling priority to a high priority.
279 // (ReportCrash). When forking and execing a new process, the child will