Home | History | Annotate | Download | only in base

Lines Matching full:exit_code

340                             int exit_code, const ProcessFilter* filter);
346 BASE_API bool KillProcess(ProcessHandle process, int exit_code, bool wait);
355 BASE_API bool KillProcessById(ProcessId process_id, int exit_code, bool wait);
359 // circumstances of the child process' death. |exit_code| is set to
361 // GetExitCodeProcess() on Windows. |exit_code| may be NULL if the
367 int* exit_code);
370 // signaled then puts the exit code in |exit_code|; otherwise it's considered
371 // a failure. On Windows |exit_code| is always filled. Returns true on success,
373 BASE_API bool WaitForExitCode(ProcessHandle handle, int* exit_code);
376 exit_code|, and returns true.
377 // In POSIX systems, if the process has been signaled then |exit_code| is set
381 BASE_API bool WaitForExitCodeWithTimeout(ProcessHandle handle, int* exit_code,
407 int exit_code,