Searched refs:tvp (Results 1 – 1 of 1) sorted by relevance
350 struct timeval tv, *tvp = NULL; in Select() local362 tvp = &tv; in Select()364 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp)); in Select()