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 2/2] Move shared pthread definitions to common headers



On 03/04/2017 12:08, Adhemerval Zanella wrote:
> This patch removes all the replicated pthread definition accross the
> architectures and consolidates it on shared headers.  The new
> organization is as follow:
> 
>   * Architecture specific definition (such as pthread types sizes) are
>     place in the new pthreadtypes-arch.h header in arch specific path.
> 
>   * All shared structure definition are moved to a common NPTL header
>     at sysdeps/nptl/bits/pthreadtypes.h (with now includes the arch
>     specific one for internal definitions).
> 
>   * Also, for C11 future thread support, both mutex and conditional
>     definition are placed in a common header at
>     sysdeps/nptl/bits/thread-shared-types.h.

Ping.  It is mostly a mechanical refactor without no expected code changes
and I would like to push so I can rebase the C11 thread patch on top of
it.


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