Lines Matching defs:error
282 // At some point libuv should really implicitly stop reading on error.
309 void SyncProcessStdioPipe::SetError(int error) {
310 CHECK_NE(error, 0);
311 process_handler_->SetPipeError(error);
347 // if the error is genuine but we here can.
611 // If uv_kill failed with an error that isn't ESRCH, the user probably
613 // and error and kill the process with SIGKILL instead.
664 void SyncProcessRunner::SetError(int error) {
666 error_ = error;
697 // If exit_status_ < 0 the process was never started because of some error.