Arne Babenhauserheide, le Tue 18 Sep 2012 00:09:56 +0200, a écrit :
> Am Montag, 17. September 2012, 23:35:35 schrieb Samuel Thibault:
> > Arne Babenhauserheide, le Mon 17 Sep 2012 23:29:52 +0200, a écrit :
> > > * Samuel Thibault [added TLS
> > > support](http://lists.gnu.org/archive/html/bug-
> > > hurd/2012-05/msg00046.html) to Hurd, getting us up to date with the
> > > standard of secure networking.
> > 
> > This TLS has nothing to do with network TLS actually :)
> 
> Oh… thanks for the catch!
> 
> What does it have to do with, then? :)

Thread Local Storage.

__thread int i = 3;

i is magically a per-thread variable.

Samuel

Reply via email to