reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Utility/SelectHelper.cpp
  113       error.SetErrorStringWithFormat("%i is too large for select()", fd);
  114       return error;
  127     error.SetErrorString("no valid file descriptors");
  128     return error;
  218       error.SetErrorToErrno();
  219       if (error.GetError() == EINTR) {
  220         error.Clear();
  223         return error;
  226       error.SetError(ETIMEDOUT, lldb::eErrorTypePOSIX);
  227       error.SetErrorString("timed out");
  228       return error;
  253   return error;