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: [COMMITTED PATCH] NaCl: Add NaCl-specific __lll_timedlock_wait.


On Tue, 2015-05-26 at 15:31 -0700, Roland McGrath wrote:
> +/* This behaves the same as the generic version in nptl/.  It's simpler
> +   because it doesn't need to convert an absolute timeout to a relative
> +   one (and back again in the lll_futex_timed_wait macro).  */

If you remember the new glibc-internal futex API I proposed, it provided
variants for both absolute and relative timeouts.  Would now be a good
time to pursue adding this API so that changes like this wouldn't need
to be NaCl-specific?


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