summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Win32/RWMutex.inc
Commit message (Collapse)AuthorAgeFilesLines
* Give RWMutex the SmartRWMutex treatment too.Owen Anderson2009-06-181-6/+6
| | | | llvm-svn: 73710
* Improve the Win32 reader-writer lock implementation by making it just a normalOwen Anderson2009-06-171-6/+14
| | | | | | | | | lock. This is obviously bad, but at least it's threadsafe! If you know how to improve this in a pre-Vista friendly well, patches welcome! Patch by Max Burke. llvm-svn: 73607
* Remove the Win32 implementation, since it doesn't compile pre-Vista.Owen Anderson2009-06-161-12/+7
| | | | llvm-svn: 73550
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-161-0/+55
llvm-svn: 73545
OpenPOWER on IntegriCloud