Subject: Re: lib/28700: Re: lib/28700: pthread_cond_timedwait() hang with "zero" absolute time
To: Christos Zoulas <christos@zoulas.com>
From: Charles M. Hannum <abuse@spamalicious.com>
List: tech-kern
Date: 12/20/2004 04:58:48
This sort of problem has been discussed before, and your patch is *not* okay.

The problem is that there are many places that use TIMESPEC_TO_TIMEVAL(), and 
for some of them it is simply wrong (and might even cause minor malfunctions) 
to round up.  There needs to be both "round up" and "round down" behavior, 
used appropriately.