summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/ThreadLocal.inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-54/+0
| | | | llvm-svn: 120298
* ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.Duncan Sands2010-10-251-2/+2
| | | | | | | Rather than rename this instance, use the cast-to-void idiom instead. This will hopefully fix the windows buildbots. llvm-svn: 117262
* Add ATTRIBUTE_UNUSED for -Asserts.NAKAMURA Takumi2010-10-201-2/+2
| | | | llvm-svn: 116909
* lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts.NAKAMURA Takumi2010-10-191-0/+1
| | | | llvm-svn: 116785
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-281-0/+4
| | | | llvm-svn: 109686
* Fixed assert that checks return value of TlsSetValue.Oscar Fuentes2009-06-301-1/+1
| | | | | | | | See http://msdn.microsoft.com/en-us/library/ms686818(VS.85).aspx Patch by Olaf Krzikalla! llvm-svn: 74526
* Fix error in the Win32 implementation pointed out by Howard Su.Owen Anderson2009-06-261-1/+1
| | | | llvm-svn: 74248
* Add support for const thread locals.Owen Anderson2009-06-251-2/+2
| | | | llvm-svn: 74226
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-251-0/+49
Windows people, please double-check/patch this. llvm-svn: 74209
OpenPOWER on IntegriCloud