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