Check out my first novel, midnight's simulacra!

Thread-Local Storage: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 5: Line 5:
* [[pthreads]]
* [[pthreads]]
* Ulrich Drepper's paper, "[http://dev.gentoo.org/~dberkholz/articles/toolchain/tls.pdf ELF Handling for Thread-Local Storage]"
* Ulrich Drepper's paper, "[http://dev.gentoo.org/~dberkholz/articles/toolchain/tls.pdf ELF Handling for Thread-Local Storage]"
* [[gcc]]'s Info entry for [http://gcc.gnu.org/onlinedocs/gcc/Thread_002dLocal.html#Thread_002dLocal TLS]

Revision as of 14:32, 6 September 2011

Windows

  • __declspec(thread) doesn't work in DLL's prior to Vista

See Also