This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2] Extend i486 pthread_cond_timedwait to use futexsyscall with absolute timeout


On Wed, Dec 05, 2012 at 12:15:54PM +0100, Andreas Schwab wrote:
> This implements proper handling of the absolute timeout for the i486+
> version of pthread_cond_timedwait, following the general structure of
> the x86-64 version.  No testsuite regressions, and I have also tested it
> with __have_futex_clock_realtime forced to 0 to trigger the fallback
> code.
> 
> v2: renumber labels
> 

Thanks, this looks OK to me.  It would be nice to have this in 2.17,
but maybe it's too late for inclusion now.  It would be nice if
another maintainer reviews this too.

Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]