gcc thread local storage

1 Jul
2004
1 Jul
'04
12:59 p.m.
I know almost nothing about threads. Still I thought this link might be of interest for boost::thread. I'm guessing that the term "Thread Local Storage" is the same as "Thread Static Storage". http://gcc.gnu.org/onlinedocs/gcc/Thread-Local.html

1 Jul
1 Jul
2:10 p.m.
Neal D. Becker wrote:
I know almost nothing about threads. Still I thought this link might be of interest for boost::thread.
Thanks.
I'm guessing that the term "Thread Local Storage" is the same as "Thread Static Storage".
Yes, they are the same, though "Thread Specific Storage" is the more usual way of reading "tss", I think (at least in the context of Boost.Threads). Mike
7649
Age (days ago)
7649
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michael Glassford
-
Neal D. Becker