Home | History | Annotate | Download | only in src

Lines Matching defs:curtime

1758 	struct timeval origtime, curtime;
1785 curtime.tv_sec = 1;
1786 curtime.tv_usec = 0;
1797 if (select(0, NULL, NULL, NULL, &curtime) == -1) {