Home | History | Annotate | Download | only in common

Lines Matching full:process

32 #include <brillo/process.h>
38 // be saved and used to cancel the callback request and kill your process. If
54 // Callback type used when an async process terminates. It receives the exit
66 // Launches a process in the background and calls the passed |callback| when
67 // the process exits. The file descriptors specified in |output_pipes| will
71 // Returns the process id of the new launched process or 0 in case of failure.
78 // Kills the running process with SIGTERM and ignores the callback.
89 // non-null, the process output is stored in it, otherwise the output is
117 // The ProcessImpl instance managing the child process. Destroying this
121 // These are used to monitor the stdout of the running process, including