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 3/4] Factor out _dl_clear_dtv


On Tue, Dec 10, 2013 at 04:35:42PM -0800, Andrew Hunter wrote:
> This is patch 3/4 of the effort to make TLS access async-signal-safe.
> 
> We were doing some maintainance on TLS state directly from nptl code;
> instead, call into dynamic linker code where the rest of the stuff
> lives.  This allows us (for instance) to use the proper allocator.
> ---
ok with this refactoring.


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