Thomas Schwinge, le Thu 20 Oct 2011 18:35:58 +0200, a écrit : > > I understand it correctly that upon thread termination, libthreads leaks > > the static TLS blocks that it allocated with _dl_allocate_tls? > > Reading its source code, in fact it seems that libthreads never gives up > on a kernel thread, so there can't ever be the need to relinquish this > TLS block -- correct?
In the libthreads case, that reminds me something like that, yes. Samuel