Home | History | Annotate | Download | only in process

Lines Matching full:exit_code

37                                int exit_code,
44 BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait);
54 int exit_code,
59 // circumstances of the child process' death. |exit_code| is set to
61 // GetExitCodeProcess() on Windows. |exit_code| may be NULL if the
67 int* exit_code);
75 int* exit_code);
79 // signaled then puts the exit code in |exit_code|; otherwise it's considered
80 // a failure. On Windows |exit_code| is always filled. Returns true on success,
82 BASE_EXPORT bool WaitForExitCode(ProcessHandle handle, int* exit_code);
85 // then puts the exit code in |exit_code|, and returns true.
86 // In POSIX systems, if the process has been signaled then |exit_code| is set
91 int* exit_code,
117 int exit_code,