Lines Matching refs:tout
135 struct timeval tv1, tout; in measure() local
150 tout.tv_sec = tout.tv_usec = 0; in measure()
152 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) { in measure()
211 tout.tv_sec = tmo/1000; in measure()
212 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000; in measure()
216 (fd_set *)0, &tout)) <= 0) in measure()
312 struct timeval tv1, tout; in measure_opt() local
326 tout.tv_sec = tout.tv_usec = 0; in measure_opt()
328 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) { in measure_opt()
391 tout.tv_sec = tmo/1000; in measure_opt()
392 tout.tv_usec = (tmo - (tmo/1000)*1000)*1000; in measure_opt()
396 (fd_set *)0, &tout)) <= 0) in measure_opt()