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] Define __PTHREAD_MUTEX_HAVE_PREV only if undefined [BZ #22298]


On Tue, Oct 17, 2017 at 12:20 AM, Andreas Schwab <schwab@suse.de> wrote:
> On Okt 16 2017, "H.J. Lu" <hjl.tools@gmail.com> wrote:
>
>> __PTHREAD_MUTEX_HAVE_PREV is the same as __WORDSIZE == 64,
>
> Just because it happens to match now does not mean that all new
> architectures want to follow the idiosyncrasies of linuxthreads
> compatibility.
>

1. We first add a test to check offsets of all fields in struct
__pthread_mutex_s.
2.  Define __PTHREAD_SPINS_DATA_IN_STRUCT to control
__PTHREAD_SPINS_DATA
3. __PTHREAD_MUTEX_NUSERS_BEFORE_KIND to control where to
put __nusers.


-- 
H.J.


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