Searched refs:fd_num (Results 1 – 1 of 1) sorted by relevance
368 const int fd_num = (fd >= 0) ? max(fd, mControlFD) + 1 : in Select() local380 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp)); in Select()