reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 lldbassert(fd < static_cast<int>(FD_SETSIZE)); 112 if (fd >= static_cast<int>(FD_SETSIZE)) { 113 error.SetErrorStringWithFormat("%i is too large for select()", fd); 118 updateMaxFd(max_read_fd, fd); 120 updateMaxFd(max_write_fd, fd); 122 updateMaxFd(max_error_fd, fd); 123 updateMaxFd(max_fd, fd);