Subject: Re: POSIX timer_settime() dosn't set timer in some cases (lost accuracy)
To: Frederick Bruckman <fredb@immanent.net>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 09/02/2004 11:25:54
Frederick Bruckman <fredb@immanent.net> writes:

> Well, I'm running X and listening to streaming audio with this...

I'm a little dubious about this, because there are a bunch of uses of
TIMESPEC_TO_TIMEVAL(), most of which don't seem to care about whether
the value being zero. I think that property is specific to
timer_settime().

        - Nathan