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