Home | History | Annotate | Download | only in process

Lines Matching full:process

17 #include "base/process/process_handle.h"
43 // If true, wait for the process to complete.
53 // If true, the new process inherits handles from the parent. In production
56 // leak to the child process, causing errors such as open socket hangs.
73 // If non-null, launches the application in that job object. The process will
86 // If set to true, ensures that the child process is launched with the
92 // process environment. Empty (the default) means to inherit the same
96 // Clear the environment for the new process before processing changes from
101 // src fd->dest fd to propagate FDs into the child process.
111 // If true, start the process in a new process group, instead of
112 // inheriting the parent's process group. The pgid of the child process
117 // If non-zero, start the process using clone(), using flags as provided.
121 // true, then this bit will not be set in the new child process.
127 // process' controlling terminal.
135 // the process's IPC space is cleared on exec(), any rights to the old
136 // bootstrap port will not be transferred to the new process.
143 // Launch a process via the command line |cmdline|.
149 // handle of the launched process. NOTE: In this case, the caller is
151 // Otherwise, the process handle will be implicitly closed.
154 // - All file descriptors open in the parent process will be closed in the
155 // child process except for any preserved by options::fds_to_remap, and
171 // The first command line argument should be the path to the process,
180 // Launches a process with elevated privileges. This does not behave exactly
182 // create the process. This means the process will have elevated privileges
183 // and thus some common operations like OpenProcess will fail. The process will
200 // given multimap. Only call this function in a child process where you know
210 // Output multi-process printf, cout, cerr, etc to the cmd.exe console that ran
250 // the current process's scheduling priority to a high priority.
255 // (ReportCrash). When forking and execing a new process, the child will