Lines Matching refs:exit_code
44 int exit_code,
51 BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait);
61 int exit_code,
66 // circumstances of the child process' death. |exit_code| is set to
68 // GetExitCodeProcess() on Windows. |exit_code| may be NULL if the
74 int* exit_code);
93 ProcessHandle handle, int* exit_code);
97 // signaled then puts the exit code in |exit_code|; otherwise it's considered
98 // a failure. On Windows |exit_code| is always filled. Returns true on success,
100 BASE_EXPORT bool WaitForExitCode(ProcessHandle handle, int* exit_code);
103 // then puts the exit code in |exit_code|, and returns true.
104 // In POSIX systems, if the process has been signaled then |exit_code| is set
109 int* exit_code,
135 int exit_code,