Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give RWMutex the SmartRWMutex treatment too. | Owen Anderson | 2009-06-18 | 1 | -6/+6 |
| | | | | llvm-svn: 73710 | ||||
* | Improve the Win32 reader-writer lock implementation by making it just a normal | Owen Anderson | 2009-06-17 | 1 | -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 Anderson | 2009-06-16 | 1 | -12/+7 |
| | | | | llvm-svn: 73550 | ||||
* | Add a portable wrapper for reader-writer locks. | Owen Anderson | 2009-06-16 | 1 | -0/+55 |
llvm-svn: 73545 |