Searched refs:seltime (Results 1 – 1 of 1) sorted by relevance
579 struct timeval seltime, now; in conloop() local589 seltime = c->c_tv; in conloop()590 seltime.tv_sec -= now.tv_sec; in conloop()591 seltime.tv_usec -= now.tv_usec; in conloop()592 if (seltime.tv_usec < 0) { in conloop()593 seltime.tv_usec += 1000000; in conloop()594 seltime.tv_sec--; in conloop()597 timerclear(&seltime); in conloop()604 while (select(maxfd, r, NULL, e, &seltime) == -1 && in conloop()