Check out my first novel, midnight's simulacra!

Thread-Local Storage: Difference between revisions

From dankwiki
(Created page with "==Windows== * <tt>__declspec(thread)</tt> doesn't work in DLL's prior to Vista")
 
No edit summary
Line 1: Line 1:
==Windows==
==Windows==
* <tt>__declspec(thread)</tt> doesn't work in DLL's prior to Vista
* <tt>__declspec(thread)</tt> doesn't work in DLL's prior to Vista
==See Also==
* [[pthreads]]
* Ulrich Drepper's paper, "[http://dev.gentoo.org/~dberkholz/articles/toolchain/tls.pdf ELF Handling for Thread-Local Storage]"

Revision as of 14:31, 6 September 2011

Windows

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

See Also