Searched refs:selecttimeout (Results 1 – 1 of 1) sorted by relevance
1287 struct timeval selecttimeout; in topipstates() local1664 selecttimeout.tv_sec = refreshtime; in topipstates()1665 selecttimeout.tv_usec = 0; in topipstates()1668 select(1, &readfd, NULL, NULL, &selecttimeout); in topipstates()