Lines Matching defs:timeout
1590 struct timeval timeout;1599 timeout.tv_sec = 1;1600 timeout.tv_usec = 0;1845 select(s_data+1,&readfds,NULL,NULL,&timeout);3314 /* The loop now exits due to timeout or transaction count being */