cvs commit: src/sys/sys time.h src/sys/kern kern_time.c

John Polstra jdp at polstra.com
Tue Nov 29 21:43:00 GMT 2005


On 28-Nov-2005 Poul-Henning Kamp wrote:
> I've looked a lot at this in the ISC eventlib (bind8) but there is
> no way to save one timestamp per iteration without getting creeping
> imprecision in the timer controlled events.

Would it help if we had something like select/poll that took an
absolute time (a deadline) instead of a timeout -- as is done by
pthread_cond_timedwait?

John


More information about the cvs-src mailing list