Searched refs:select_timeout (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dmisc.c171 static struct timeval select_timeout; local in function:Sleep
173 select_timeout.tv_sec = 0;
174 select_timeout.tv_usec = msec * 1000;
175 select(0, NULL, NULL, NULL, &select_timeout);
H A Dmain.c5908 struct timeval select_timeout = local in function:GetBytesAvailable
5913 result = (Select(fd + 1, &set, NULL, NULL, &select_timeout) > 0) ? 1 : 0;

Completed in 23 milliseconds