thread local stroage macosx

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-03-13T00:40:39Z Indexed on 2010/03/13 0:47 UTC
Read the original article Hit count: 342

Filed under:

http://developer.apple.com/mac/library/documentation/DeveloperTools/gcc-4.0.1/gcc/Thread_002dLocal.html

Documents __thread

yet my g++ compalins that __thread is not suppoted on my arch (Leopard on Macbookpro).

Why is this? And how do I get around it?

© Stack Overflow or respective owner

Related posts about thread-local-storage