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] Update to new generic semaphore algorithm v2


* Andreas Schwab:

> This has the effect that a semaphore that is shared between a x86-64 and
> a x86-32 process no longer yields the same value, because the latter
> does not define __HAVE_64B_ATOMICS.

Hasn't this been reported before?  I think we decided back then that it
wasn't a bug.  Other process-shared synchronization objects (mutexes,
condition variables) had the same problem from the start.

Do you have new information that would call for a re-evaluation of this
decision?

Thanks,
Florian


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