Re: [PATCH 4/5] select: make select() use schedule_hrtimeout()

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Walker
Date: Friday, August 29, 2008 - 8:59 am

On Fri, 2008-08-29 at 08:08 -0700, Arjan van de Ven wrote:

Do you have any basis to make this "short delays" assumption? I would
think if regular timers can be used for longer than a second, people
will naturally assume anything else that's high res will also ..

The futex_wait() has code which looks a lot like your
schedule_hrtimeout() , (you might want to replace your code there
instead) , and it doesn't seem to have the short delays restriction ..

Daniel

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/5] select: add a timespec version of the timeout ..., Arjan van de Ven, (Fri Aug 29, 8:06 am)
[PATCH 3/5] select: introduce a schedule_hrtimeout() function, Arjan van de Ven, (Fri Aug 29, 8:07 am)
[PATCH 4/5] select: make select() use schedule_hrtimeout(), Arjan van de Ven, (Fri Aug 29, 8:08 am)
Re: [PATCH 4/5] select: make select() use schedule_hrtimeout(), Daniel Walker, (Fri Aug 29, 8:59 am)
Re: [PATCH 4/5] select: make select() use schedule_hrtimeout(), Arjan van de Ven, (Fri Aug 29, 10:42 am)